borg/scripts/faked-debug.sh

7 lines
86 B
Bash
Executable File

#!/bin/sh
if which faked; then
faked --debug "$@"
else
faked-sysv --debug "$@"
fi