anvil/tools/anvil-pcs-wrapper
digimer 7762540f85 Fixed wrappers to handle quoted arguments properly.
Signed-off-by: digimer <mkelly@alteeve.ca>
2023-10-10 10:10:54 -04:00

11 lines
116 B
Bash
Executable File

#!/bin/sh -e
(
if [ "$1" == "status" ]; then
pcs "$@"
exit $?
fi
flock -e 200
pcs "$@"
) 200>/tmp/pcs.lock