index — dotfiles @ e2ff187d56c1234513be0d1b57a9356bfd4cd4f4

my dotfiles

bin/waterboy (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
#!/bin/sh

if [ $# = 0 ]; then
    echo "Give me some names, Waterboy!" | cowsay
    exit 1
fi

chosen_one=$(shuf -e $@ | head -n 1)

echo "Go $chosen_one, Waterboy!" | cowsay