Skip to content

Instantly share code, notes, and snippets.

@dougneal
Created May 4, 2016 15:28
Show Gist options
  • Save dougneal/5023bc15e05c6892c67652030302248f to your computer and use it in GitHub Desktop.
Save dougneal/5023bc15e05c6892c67652030302248f to your computer and use it in GitHub Desktop.
#!/bin/bash -e
dd if="$0" bs=1 skip=90 | gunzip > "/tmp/_$$"
exec /bin/bash "/tmp/_$$" $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment