Skip to content

Instantly share code, notes, and snippets.

@mister-good-deal
Created May 22, 2024 08:53
Show Gist options
  • Save mister-good-deal/8ea77111be17395cedc9aaae61f4d1b0 to your computer and use it in GitHub Desktop.
Save mister-good-deal/8ea77111be17395cedc9aaae61f4d1b0 to your computer and use it in GitHub Desktop.
Ubuntu alias for running a gist as shell script
alias rungist='function _rungist(){ GIST_URL=$1; shift; bash <(curl -s ${GIST_URL}) "$@"; }; _rungist'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment