fish/functions/eatshit.fish @ 1ff33bef5984

a bunch more crap
author Steve Losh <steve@stevelosh.com>
date Sun, 29 May 2016 10:19:33 +0000
parents 5de0fef33bc7
children (none)
function eatshit
    if test "$argv[1]" = '-u'
        echo -n 'http://bit.ly/eat-shit' | pbcopy
    else
        echo -n '≣:D ⊃-' | pbcopy
    end
end