1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-03-12 15:20:20 +00:00
borg/scripts/faked-debug.sh

7 lines
86 B
Bash
Raw Normal View History

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