Skip to content

Instantly share code, notes, and snippets.

@justinoboyle
Last active December 9, 2015 02:42
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 justinoboyle/45d55589e0fb6981bfbe to your computer and use it in GitHub Desktop.
Save justinoboyle/45d55589e0fb6981bfbe to your computer and use it in GitHub Desktop.
webExec.sh for Bash
#!/bin/bash
alias webexec='function _webexec() { wget $1 -O - | sh}; _webexec';
echo webExec installation complete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment