Skip to content

Instantly share code, notes, and snippets.

@GunterO
Forked from damc-dev/runBashScript.bat
Created April 23, 2020 09:55
Show Gist options
  • Save GunterO/2e963bf3bba9de9c7176dcb36c11ce87 to your computer and use it in GitHub Desktop.
Save GunterO/2e963bf3bba9de9c7176dcb36c11ce87 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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment