mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
aca3e69669
# Conflicts: # CHANGELOG.md # Dockerfile # README.md # psu
6 lines
92 B
Bash
6 lines
92 B
Bash
#!/usr/bin/env bash
|
|
set -e
|
|
[[ "$TRACE" ]] && set -x
|
|
|
|
bash "$(dirname "$0")/../tests/run.sh"
|