Skip to content

Instantly share code, notes, and snippets.

@Vincent-233
Forked from damc-dev/runBashScript.bat
Created October 7, 2020 12:18
Show Gist options
  • Save Vincent-233/2bffc6d8ad3afaeab253cf71a44d99c6 to your computer and use it in GitHub Desktop.
Save Vincent-233/2bffc6d8ad3afaeab253cf71a44d99c6 to your computer and use it in GitHub Desktop.
Execute Bash Script (Using Git Bash) from Windows Task Scheduler
cmd /c ""C:\Program Files (x86)\Git\bin\bash.exe" --login -i -- H:\Daily_Reports\yesterdayTogglReport.sh"
@Vincent-233
Copy link
Author

run shell script in windows using git bash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment