Files
dshash/test.sh
Your Name 90e4155cf8
All checks were successful
Build-Test-Publish / build (linux/amd64) (push) Successful in 20s
Build-Test-Publish / build (linux/arm64) (push) Successful in 26s
Update README.md
2025-09-02 16:57:47 +12:00

8 lines
173 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
# Run the comprehensive test suite
"${SCRIPT_DIR}/tests/test.sh"