diff --git a/wgetpaste b/wgetpaste index f96ed08..69db841 100755 --- a/wgetpaste +++ b/wgetpaste @@ -344,6 +344,10 @@ requiredarg() { ((args++)) } +notplaintext() { + die "The input source: \"$1\" is not a plain text file." +} + notreadable() { die "The input source: \"$1\" is not readable. Please specify a readable input source." } @@ -534,7 +538,7 @@ x_cut() { ### output usage() { cat <