Added a log for sprunge links. No need to re-make them anymore :D Well, unless you have updated it.

This commit is contained in:
James McGlashan 2011-12-11 01:18:29 +11:00
commit d39d26b8fe

View file

@ -62,7 +62,8 @@ sprunge() {
# output each url on its own line
for url in $urls
echo $url
echo $url && echo $url >> "$OMZ/sprunge.log"
# don't copy to clipboad if piped
[[ -t 1 ]] && sendtoclip $urls