about summary refs log tree commit diff stats
path: root/foil.sh
diff options
context:
space:
mode:
authorCase Duckworth2022-09-13 17:08:45 -0500
committerCase Duckworth2022-09-13 17:08:45 -0500
commit961f1e7124d7711f1b856d2371af835e9ee0af67 (patch)
treeb54134606ad0be8b39e62277d694351e1f1df2ef /foil.sh
parentinitial commit (diff)
downloadfoil-961f1e7124d7711f1b856d2371af835e9ee0af67.tar.gz
foil-961f1e7124d7711f1b856d2371af835e9ee0af67.zip
Add README and COPYING and stuff
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