faked-debug.sh 86 B

123456
  1. #!/bin/sh
  2. if which faked; then
  3. faked --debug "$@"
  4. else
  5. faked-sysv --debug "$@"
  6. fi