dotfiles/.bashrc.d/fuck.sh
2018-12-16 14:29:22 +01:00

9 lines
209 B
Bash

# https://twitter.com/liamosaur/status/506975850596536320
function fuck {
local nth_last=${1:-1}
if [[ "$nth_last" =~ ^[0-9]+$ ]]; then
sudo $(fc -ln -$nth_last -$nth_last)
fi
}
alias please='fuck'