'Generic Commit'
Some checks failed
Dropshell Test / Build_and_Test (push) Failing after 2m52s

This commit is contained in:
Your Name
2025-06-01 23:34:31 +12:00
parent 18c53acd71
commit 7f341699c1
5 changed files with 52 additions and 26 deletions

12
source/test.sh Normal file
View File

@ -0,0 +1,12 @@
#!/bin/bash
set -euo pipefail
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
ARCH=$(uname -m)
PREV_DIR=$(pwd)
trap 'cd "$PREV_DIR"' EXIT
"$SCRIPT_DIR/output/dropshell_${ARCH}" list
"$SCRIPT_DIR/output/dropshell_${ARCH}" help