mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-28 10:49:16 +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
|