diff options
-rwxr-xr-x | wgetpaste | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ #!/bin/bash # A Script that automates pasting to a number of pastebin services # relying only on bash, sed, coreutils (mktemp/sort/tr/wc/whoami) and wget -# Author: Bo Ørsted Andresen, bo.andresen@zlin.dk -########################################################################## +# Copyright (c) 2007 Bo Ørsted Andresen <bo.andresen@zlin.dk> +# Distributed as-is. With no warranties. VERSION="2.1" |