Skip to content

Instantly share code, notes, and snippets.

@ThePixelDeveloper
Created January 15, 2013 11:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ThePixelDeveloper/4537895 to your computer and use it in GitHub Desktop.
Save ThePixelDeveloper/4537895 to your computer and use it in GitHub Desktop.
No internet command
#!/bin/bash
COMMAND="$1"
shift
for arg; do
COMMAND="$COMMAND \"$arg\""
done
sg no-internet "$COMMAND"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment