'Generic Commit'
Some checks failed
dropshell-build / build (push) Has been cancelled

This commit is contained in:
Your Name
2025-05-31 22:02:26 +12:00
parent 3f27cbf155
commit 4b7ec3cacf
13 changed files with 96 additions and 41 deletions

14
dropshell-tool/test.sh Executable file
View File

@ -0,0 +1,14 @@
#!/bin/bash
set -euo pipefail
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
MYARCH=$(uname -m)
VERSION=$("${SCRIPT_DIR}/output/dropshell-tool.${MYARCH}" version)
echo "Version: $VERSION"