diff options
Diffstat (limited to 'files/common/sbin/p2ptbl-recv')
-rwxr-xr-x | files/common/sbin/p2ptbl-recv | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/files/common/sbin/p2ptbl-recv b/files/common/sbin/p2ptbl-recv deleted file mode 100755 index f10fa39..0000000 --- a/files/common/sbin/p2ptbl-recv +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -set -e - -tbldir=/tmp/p2ptbl -tbl=$tbldir/$(basename $0) - -[ -f $tbl ] || p2ptbl init $tbl - -gunzip > $tbl.recv -p2ptbl merge $tbl $tbl.recv -rm $tbl.recv
\ No newline at end of file |