nsbin/maildruck
Nico Schottelius d3c6e29902 Initial commit
2006-07-20 09:54:37 +02: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