aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorOgnjen Milan Robovic2025-04-20 10:07:05 +0000
committerOgnjen Milan Robovic2025-04-20 10:07:05 +0000
commitb3f1bc6f77e399bd197d473e973c8869a0d3142d (patch)
tree07126daba8dc55506e4577ff681a84af464c9f44 /install.sh
downloadxolatile-xighlight-b3f1bc6f77e399bd197d473e973c8869a0d3142d.tar.xz
xolatile-xighlight-b3f1bc6f77e399bd197d473e973c8869a0d3142d.tar.zst
Emil...
Please...
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/install.sh b/install.sh
new file mode 100644
index 0000000..aa3321d
--- /dev/null
+++ b/install.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+set -xe
+
+if [ -f xighlight ]; then
+ cp -f xighlight /usr/local/bin/xighlight
+else
+ echo "Please run 'sh compile.sh' beforehand."
+fi
+
+exit