about summary refs log tree commit diff stats
path: root/foil.sh
diff options
context:
space:
mode:
Diffstat (limited to 'foil.sh')
-rwxr-xr-xfoil.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/foil.sh b/foil.sh index e4a438f..52382eb 100755 --- a/foil.sh +++ b/foil.sh
@@ -1,5 +1,9 @@
1#!/bin/sh 1#!/bin/sh
2# FOIL: copy and paste shit 2# FOIL: copy and paste shit
3# by C. Duckworth <acdw@acdw.net>
4# This program is free software;
5# you can use it as you see fit,
6# but don't hold me responsible.
3 7
4t="$(mktemp)" 8t="$(mktemp)"
5trap 'rm -f "$t"' EXIT INT 9trap 'rm -f "$t"' EXIT INT