-
-
Save nna774/b94a46b6f1b354ed969d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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