mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-05-17 03:53:10 +00:00
430e262c84
Signed-off-by: Xe Iaso <me@xeiaso.net>
8 lines
77 B
Bash
Executable File
8 lines
77 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -euo pipefail
|
|
|
|
cd "$(dirname "$0")"
|
|
|
|
exec ./test.sh
|