folder-per-station
This commit is contained in:
7
framework/run.sh
Executable file
7
framework/run.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
# Wrapper: invokes pyinfra against the Framework Desktop, forwarding any
|
||||
# extra args (e.g. --dry, -v) to pyinfra. Assumes NOPASSWD sudo on the box.
|
||||
|
||||
set -euo pipefail
|
||||
cd "$(dirname "$0")"
|
||||
exec pyinfra inventory.py deploy.py "$@"
|
||||
Reference in New Issue
Block a user