mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
6 lines
91 B
Bash
Executable File
6 lines
91 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export PATH="/usr/local/opt/gnu-sed/libexec/gnubin:$PATH"
|
|
|
|
./switch_build.sh $*
|