Skip to content

Instantly share code, notes, and snippets.

@mnem
Created December 14, 2011 18:06
Show Gist options
  • Select an option

  • Save mnem/1477736 to your computer and use it in GitHub Desktop.

Select an option

Save mnem/1477736 to your computer and use it in GitHub Desktop.
#!/bin/sh
echo Tilde:~
echo HOME:$HOME
if [ `whoami` != 'root' ]; then
sudo $0 $* || exit 1
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment