aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorxolatile2025-04-29 14:56:34 +0200
committerxolatile2025-04-29 14:56:34 +0200
commit58073e11b73013569564dad22c617984046e6841 (patch)
tree701a013ec93d179533b45f7e898ede8a9bf0cd34 /install.sh
downloadxolatile-xscii-58073e11b73013569564dad22c617984046e6841.tar.xz
xolatile-xscii-58073e11b73013569564dad22c617984046e6841.tar.zst
Added most complex program ever...HEADmaster
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/install.sh b/install.sh
new file mode 100755
index 0000000..62eac14
--- /dev/null
+++ b/install.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+set -xe
+
+if [ -f xscii ]; then
+ cp -f xscii /usr/local/bin/xscii
+else
+ echo "Please run 'sh compile.sh' beforehand."
+fi
+
+exit