mirror of
https://gitlab.com/hacklab01/pivilion.git
synced 2026-08-07 00:18:23 +00:00
3 lines
76 B
Bash
Executable file
3 lines
76 B
Bash
Executable file
#!/bin/bash
|
|
set -euo pipefail
|
|
exec /usr/local/lib/pivilion/diagnose.sh "$@"
|