Skip to content

Instantly share code, notes, and snippets.

@nna774
Created October 23, 2014 13:06
Show Gist options
  • Save nna774/b94a46b6f1b354ed969d to your computer and use it in GitHub Desktop.
Save nna774/b94a46b6f1b354ed969d to your computer and use it in GitHub Desktop.
function 令呪を以て命じる() {
if [ -z $REIJU ] ;then
export REIJU=3;
sudo $*
elif [ $REIJU -gt 0 ] ; then
export REIJU=`expr $REIJU - 1`;
sudo $*
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment