nsbin/digitec-cable.sh

23 lines
302 B
Bash

#!/bin/sh
if [ $# -lt 2 ]; then
echo $0 ordernum num-cables [otherinfo]
exit 1
fi
ordernum=$1; shift
numcables=$1; shift
other="$@"
f=nico.schottelius
f2=ungleich.ch
cat <<EOF |
To: d2b@digitec.ch
From: Nico Schottelius <${f}@$f2}>
Subject: Falsches Stromkabel Bestellung
Hello World
EOF