diff options
| author | xolatile | 2025-04-29 15:06:12 +0200 |
|---|---|---|
| committer | xolatile | 2025-04-29 15:06:12 +0200 |
| commit | 563677d05001ac082721746db79aa915b10968ea (patch) | |
| tree | d3aa65b164f1260841877f659d7897603174a4aa /install.sh | |
| download | xolatile-xuxuxu-563677d05001ac082721746db79aa915b10968ea.tar.xz xolatile-xuxuxu-563677d05001ac082721746db79aa915b10968ea.tar.zst | |
Added this for Anon...
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..5fbee1d --- /dev/null +++ b/install.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +set -xe + +if [ -f xuxuxu ]; then + cp -f xuxuxu /usr/local/bin/xuxuxu +else + echo "Please run 'sh compile.sh' beforehand." +fi + +exit |
