mirror of
https://github.com/borgbackup/borg.git
synced 2026-02-16 17:18:18 -05: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
|