mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-27 10:18:12 +00:00
6 lines
86 B
Bash
Executable file
6 lines
86 B
Bash
Executable file
#!/bin/sh
|
|
if which faked; then
|
|
faked --debug "$@"
|
|
else
|
|
faked-sysv --debug "$@"
|
|
fi
|