mirror of
https://gitlab.com/hacklab01/pivilion.git
synced 2026-08-06 16:08:22 +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 "$@"
|