From eb3230b03d4746f25cb368cdb756a25f2de7ee3a Mon Sep 17 00:00:00 2001 From: noa Date: Wed, 3 Jan 2024 10:57:43 +0000 Subject: Add install script --- install.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 install.sh diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..4573836 --- /dev/null +++ b/install.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env sh + +for command in ./commands/*; do + cp "$command" /town/our/ +done + +for file in ./data/*; do + cp "$file" /town/our/data/ +done -- cgit 1.4.1-2-gfad0