From fa84ba406e4043f67069b8d059c63b92b1adf591 Mon Sep 17 00:00:00 2001 From: xolatile Date: Sun, 27 Apr 2025 02:32:20 +0200 Subject: Nopping... --- install.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 install.sh (limited to 'install.sh') diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..88489cf --- /dev/null +++ b/install.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +set -xe + +if [ -f xop ]; then + cp -f xop /usr/local/bin/xop +else + echo "Please run 'sh compile.sh' beforehand." +fi + +exit -- cgit v1.2.3