updated by /home/nico/bin/sync-all-repos on nb3
This commit is contained in:
parent
758e95d617
commit
35aa56cfdb
1 changed files with 22 additions and 0 deletions
22
digitec-cable.sh
Normal file
22
digitec-cable.sh
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
#!/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
|
Loading…
Reference in a new issue