DEBSOURCES
Skip Quicknav
sources / mgmt / 0.0.26.git.2024.10.25.85e1d6c0e8-4 / run.sh
12345678
#!/bin/bash # simple way to kick off runs of the project, since 'go run' sucks! make build || exit 1 sudo ./mgmt "$@" e=$? make clean exit $e