diff options
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 |
