-
-
Save wsoyka/12062bd887163944a0b7d8279cc4f8c8 to your computer and use it in GitHub Desktop.
Execute Bash Script (Using WSL) from Windows Task Scheduler
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cmd /c "wsl /path/to/file/on/linux/subfilesystem" | |
or | |
cmd /c "wsl /mnt/c/path/to/file/on/windows/filesystem" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To make it - or any task scheduler
cmd
run in background, set it to: "Run whether user is logged in or not"