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 --- COPYING | 6 ++++++ README.md | 8 ++++++++ foil.sh | 4 ++++ 3 files changed, 18 insertions(+) create mode 100644 COPYING create mode 100644 README.md diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..64dbf4a --- /dev/null +++ b/COPYING @@ -0,0 +1,6 @@ +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. diff --git a/README.md b/README.md new file mode 100644 index 0000000..2e4ce10 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# FOIL +## copy and paste shit + +This is a POSIX-sh clone of +[clipboard.zsh](https://github.com/ohmyzsh/ohmyzsh/blob/master/lib/clipboard.zsh) +that I made for my friend L. + +No guarantees or promises are made. 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