Skip to content

Instantly share code, notes, and snippets.

@shazow
Forked from progrium/gist:219576c6a33cc0757292
Last active August 29, 2015 14:14
Show Gist options
  • Save shazow/ec3445e3b58f62dc40df to your computer and use it in GitHub Desktop.
Save shazow/ec3445e3b58f62dc40df to your computer and use it in GitHub Desktop.
#!/bin/sh
NAME="$(basename $0)"
ARCH="$(uname -sm)"
tail -n +6 $0 | tar -s "/$ARCH/$NAME/" -zx "$ARCH"
exec $0 $@
exit
(... tarball ...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment