dotfiles/bin/$
2024-11-04 20:23:14 +00:00

10 lines
240 B
Plaintext

# Ever pasted "$ somecommand" into the terminal and gotten this error?
# -bash: $: command not found
# Begone, silly errors! Lazy copy + paste forever!! ETCETERA!!!!
echo 'Quit pasting in commands from the internet, you lazy bum.'
"$@"