diff --git a/cptw b/cptw deleted file mode 100755 index 85600e1..0000000 --- a/cptw +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# $Id: cptw,v 1.101 2005/01/12 22:42:08 tundra Exp $ - -DIR=$1 -FILE=$2 - -shift -shift - -for t in $* -do - ncftpput -u tundra -p \!@pyro\!@ $t $DIR $FILE -done