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