a47b90b61621
More
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Fri, 03 Jan 2020 20:29:24 -0500 |
parents | 99c33b39e53d |
children | 430034d10981 |
branches/tags | (none) |
files | bin/pastebin |
Changes
--- a/bin/pastebin Sat Dec 28 00:41:06 2019 +0000 +++ b/bin/pastebin Fri Jan 03 20:29:24 2020 -0500 @@ -4,7 +4,7 @@ PASTE_SHA=$(ssh paste.stevelosh.com 'cat > tmppaste && sha1sum tmppaste | cut -d" " -f1 && mv tmppaste /var/www/paste/`sha1sum tmppaste | cut -d" " -f1`') -echo -n "http://paste.stevelosh.com/$PASTE_SHA" | pbcopy +echo -n "https://paste.stevelosh.com/$PASTE_SHA" | pbcopy echo -n 'Copied ' tput bold pbpaste