Skip to content

Instantly share code, notes, and snippets.

@nimatrueway
Created March 8, 2022 19:36
Show Gist options
  • Save nimatrueway/1b609b91836d90039fcc33844c8ac647 to your computer and use it in GitHub Desktop.
Save nimatrueway/1b609b91836d90039fcc33844c8ac647 to your computer and use it in GitHub Desktop.
Sample script
#!/bin/sh
echo "Hello world!"
echo "Nima's test script is running"
@nimatrueway
Copy link
Author

nimatrueway commented Mar 8, 2022

to run this script on current machine.

https://gist.githubusercontent.com/nimatrueway/1b609b91836d90039fcc33844c8ac647/raw/sample-script.sh | sh

to run this script on a target host.

ssh -q app1.staging.mongo-bastion.us-east-1.hootops.com 'curl -s https://gist.githubusercontent.com/nimatrueway/1b609b91836d90039fcc33844c8ac647/raw/sample-script.sh | sh'

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