I've added drush command to environment variable. When I go to cmd and run drush command all works ok.
But wheh I'm trying to call drush command inside script file, eg:
#!/bin/bash
drush si --site-name=SiteName --account-pass=pass -y
an error is raising:
drush: command not found