sindresorhus / grunt-shell

Run shell commands
MIT License
949 stars 126 forks source link

Is it possible to execute sh script passed as argument? #84

Closed skotchio closed 9 years ago

skotchio commented 9 years ago

I have sh script on my local machine like the following:

// run_script.sh
#!/bin/sh -e
echo "Hello"

Is it possible to execute this script on remote server without copying it to?

sindresorhus commented 9 years ago

Probably, but this is not the right place to ask => StackOverflow.