diff options
| author | Ognjen Milan Robovic | 2025-04-20 10:07:05 +0000 |
|---|---|---|
| committer | Ognjen Milan Robovic | 2025-04-20 10:07:05 +0000 |
| commit | b3f1bc6f77e399bd197d473e973c8869a0d3142d (patch) | |
| tree | 07126daba8dc55506e4577ff681a84af464c9f44 /install.sh | |
| download | xolatile-xighlight-b3f1bc6f77e399bd197d473e973c8869a0d3142d.tar.xz xolatile-xighlight-b3f1bc6f77e399bd197d473e973c8869a0d3142d.tar.zst | |
Emil...
Please...
Diffstat (limited to 'install.sh')
| -rw-r--r-- | install.sh | 11 |
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 |
