1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-27 10:18:12 +00:00
borg/scripts/faked-debug.sh
2017-05-04 00:18:17 -06:00

6 lines
86 B
Bash
Executable file

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