4 lines
75 B
Plaintext
Raw Normal View History

2019-10-20 16:24:07 -05:00
TMPFILE=$( mktemp /tmp/example.XXXXXXXXXX ) || exit 1
rm --force $TMPFILE