All pastes #477188 Raw Edit

Miscellany

public text v1 · immutable
#477188 ·published 2007-05-08 14:39 UTC
rendered paste body
#!/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