dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit 3b19f94426480693ed38fa2a90a5d33be869bc49
parent 15197e8903e78073c4765a43a314e6a65926b308
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Sun,  7 Sep 2014 12:33:04 -0700

Bin: Add description and comments to $ script

Diffstat:
bin/$ | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/bin/$ b/bin/$ @@ -1,5 +1,12 @@ #!/bin/sh +# $: a script for blindly copying commands from the internet +# +# A useful script for when you copy command line commands off the internet that +# start with `$` +# + +# if you don't like humor you can remove this line :( echo "\033[0;31mWHY YOU COPY COMMANDS FROM THE INTERNET?!?!\033[m" "$@"