mirror of
https://github.com/kopia/kopia.git
synced 2026-01-16 02:17:52 -05:00
4 lines
59 B
Bash
Executable File
4 lines
59 B
Bash
Executable File
#!/bin/sh
|
|
export LISTEN_PID=$$
|
|
exec $KOPIA_ORIG_EXE "${@}"
|