nsbin/old/maildruck

12 lines
150 B
Plaintext
Raw Normal View History

2006-07-20 07:54:37 +00:00
#!/bin/sh
tempfile=/tmp/blafaselquak
cat > $tempfile
echo -e \\f >> $tempfile
echo "put $tempfile" | smbclient //ps-it-01/lp0 -N -P
rm $tempfile