From 563677d05001ac082721746db79aa915b10968ea Mon Sep 17 00:00:00 2001 From: xolatile Date: Tue, 29 Apr 2025 15:06:12 +0200 Subject: Added this for Anon... --- install.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 install.sh (limited to 'install.sh') 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 -- cgit v1.2.3