Miscellany
public text v1 · immutable#!/bin/sh
T=`tempfile -s .apt`
U=${T%.apt}.EMC1.tap
trap "rm -f $T $U" 0 1 2 3 9 15
cp $1 $T
apt360 $T && cat $U
#!/bin/sh
T=`tempfile -s .apt`
U=${T%.apt}.EMC1.tap
trap "rm -f $T $U" 0 1 2 3 9 15
cp $1 $T
apt360 $T && cat $U