test: Add 8 files

This commit is contained in:
Your Name
2025-09-02 20:09:12 +12:00
parent 0bbe4a55eb
commit 23b3752322
4 changed files with 528 additions and 0 deletions

21
install.sh Executable file
View File

@@ -0,0 +1,21 @@
#!/bin/bash
set -euo pipefail
#SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
echo "Installing whatsdirty"
if ! command -v getpkg ; then
ARCH=$(uname -m)
wget "https://getbin.xyz/getpkg:latest-${ARCH}" -O bootstrap && chmod a+x bootstrap
./bootstrap install getpkg
rm ./bootstrap
VERSION=$(getpkg version)
echo "Dropshell tool $VERSION installed"
fi
getpkg install whatsdirty