diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-04-22 09:17:14 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-04-22 09:17:14 -0300 |
commit | 5ea22ca5698cdd16a8797ac5d8edb03817946c66 (patch) | |
tree | c9040cef92b0a116d9bb98f18ba705af3d26ad22 /lpq-ssh | |
parent | 1b7f2cc5f57e0480143d045ce08b7c1b80b4cfe9 (diff) | |
download | scripts-5ea22ca5698cdd16a8797ac5d8edb03817946c66.tar.gz scripts-5ea22ca5698cdd16a8797ac5d8edb03817946c66.tar.bz2 |
Moves lpr-ssh scripts to its own repo
Diffstat (limited to 'lpq-ssh')
-rwxr-xr-x | lpq-ssh | 17 |
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 |