Skip to content

Instantly share code, notes, and snippets.

@zoka123
Created May 9, 2015 11:47
Show Gist options
  • Save zoka123/de3225a9ca3eba9b31cb to your computer and use it in GitHub Desktop.
Save zoka123/de3225a9ca3eba9b31cb to your computer and use it in GitHub Desktop.
Multiple shell commands with nohup
nohup sh -c 'wget "$0" && wget "$1"' "$url1" "$url2" > /dev/null &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment