From 961f1e7124d7711f1b856d2371af835e9ee0af67 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 13 Sep 2022 17:08:45 -0500 Subject: Add README and COPYING and stuff --- foil.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'foil.sh') diff --git a/foil.sh b/foil.sh index e4a438f..52382eb 100755 --- a/foil.sh +++ b/foil.sh @@ -1,5 +1,9 @@ #!/bin/sh # FOIL: copy and paste shit +# by C. Duckworth +# This program is free software; +# you can use it as you see fit, +# but don't hold me responsible. t="$(mktemp)" trap 'rm -f "$t"' EXIT INT -- cgit 1.4.1-21-gabe81