mirror of
https://gitlab.com/hacklab01/pivilion.git
synced 2026-08-06 16:08:22 +00:00
4 lines
120 B
Bash
Executable file
4 lines
120 B
Bash
Executable file
#!/bin/bash
|
|
set -euo pipefail
|
|
[ "$(id -u)" -eq 0 ] || exec sudo "$0" "$@"
|
|
exec /usr/local/lib/pivilion/mode.sh diagnose
|