aboutsummaryrefslogtreecommitdiff
path: root/lpq-ssh
diff options
context:
space:
mode:
Diffstat (limited to 'lpq-ssh')
-rwxr-xr-xlpq-ssh17
1 files changed, 0 insertions, 17 deletions
diff --git a/lpq-ssh b/lpq-ssh
deleted file mode 100755
index 9def1f4..0000000
--- a/lpq-ssh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/bash
-#
-# LPQ over SSH.
-#
-
-# Parameters
-BASENAME="`basename $0`"
-SERVER="$1"
-
-# Check
-if [ -z "$1" ]; then
- echo "usage: $BASENAME <server>"
- exit 1
-fi
-
-# Proceed
-ssh $SERVER lpq