From d82fa725fb03026ba073ae0fb5272ce2d221b8f4 Mon Sep 17 00:00:00 2001 From: xolatile Date: Thu, 26 Jun 2025 12:31:13 +0200 Subject: Dumping initial prototype... --- install.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 install.sh (limited to 'install.sh') diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..e249c2f --- /dev/null +++ b/install.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +set -xe + +if [ -f x709 ]; then + cp -f x709 /usr/local/bin/x709 +fi + +exit -- cgit v1.2.3