'Generic Commit'
Some checks failed
Build-Test-Publish / build (push) Failing after 13s

This commit is contained in:
Your Name
2025-06-15 21:15:23 +12:00
parent bc0d0ea889
commit 290da173f9
5 changed files with 115 additions and 0 deletions

20
whatsdirty/install.sh Normal file
View File

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