Run bash / .sh file
-
Hi! I'm running Windows 10 Pro.
How can I run a bash command and .sh script?Manually, I open cmd,
-cd to the directory
-bash via WSL ubuntu
-Then run sh scriptIs there a straightforward way to achieve with TriggerCMD agent?
Best
-
@Josiah-Richards, I just tested this. I used vi to create a script called t.sh with only this line in it:
echo Testing 1234.
Then I ran the script with this command:
bash t.sh
-
-