borg/scripts/faked-debug.sh

7 lines
86 B
Bash
Raw Normal View History

2017-05-04 05:17:26 +00:00
#!/bin/sh
if which faked; then
faked --debug "$@"
else
faked-sysv --debug "$@"
fi