This commit is contained in:
14
dropshell-tool/test.sh
Executable file
14
dropshell-tool/test.sh
Executable 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"
|
||||
|
||||
|
Reference in New Issue
Block a user