nsbin/old/maildruck
Nico Schottelius c23bfc5a82 reorganise more old stuff
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
2009-12-28 20:13:28 +01:00

11 lines
150 B
Bash
Executable file

#!/bin/sh
tempfile=/tmp/blafaselquak
cat > $tempfile
echo -e \\f >> $tempfile
echo "put $tempfile" | smbclient //ps-it-01/lp0 -N -P
rm $tempfile