dotfiles/.local/bin/$

10 lines
259 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
# 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.'
"$@"