diff options
-rwxr-xr-x | publish | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -175,7 +175,6 @@ if [[ "$#" = 0 ]]; then fi if [ "$inputxclip" != 1 ] ; then - echo "No files given on the command line, using stdin" >&2 cat > "$stdin" else if which xclip >/dev/null 2>&1; then |