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

This commit is contained in:
Your Name
2025-06-16 21:51:10 +12:00
parent d73ae46fe9
commit 24f112ceaf
19 changed files with 0 additions and 0 deletions

9
getpkg/test.sh Executable file
View File

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