Skip to content

Instantly share code, notes, and snippets.

@hpcorona
Created July 4, 2013 03:21
Show Gist options
  • Save hpcorona/5924674 to your computer and use it in GitHub Desktop.
Save hpcorona/5924674 to your computer and use it in GitHub Desktop.
Run a Script under a Screen run_screen.sh Scren_Name "my command to run"
screen -A -m -d -S "$1" "$2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment