6 lines
108 B
Bash
6 lines
108 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
P4RT_ARGS=" --alsologtostderr --logbuflevel=-1"
|
||
|
|
||
|
exec /usr/local/bin/p4rt ${P4RT_ARGS}
|