Skip to content

Instantly share code, notes, and snippets.

@barelyhuman
Last active January 15, 2022 10:04
Show Gist options
  • Save barelyhuman/70adb2bfa54acc7c288b0ecb9c19f7b0 to your computer and use it in GitHub Desktop.
Save barelyhuman/70adb2bfa54acc7c288b0ecb9c19f7b0 to your computer and use it in GitHub Desktop.
simple wrapper around https://goblin.reaper.im for smaller shell scripts
goblin () {
curl -sf "https://goblin.reaper.im/$1@$2" | sh
$($3)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment