Skip to content

Instantly share code, notes, and snippets.

@damc-dev
Last active September 27, 2024 10:08
Show Gist options
  • Save damc-dev/eb5e1aef001eef78c0f4 to your computer and use it in GitHub Desktop.
Save damc-dev/eb5e1aef001eef78c0f4 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"
@ruibeard
Copy link

This worked for me,
image

Not really sure how/why it works but it does :)

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