mirror of https://bitbucket.org/ausocean/av.git
5 lines
131 B
Bash
5 lines
131 B
Bash
|
#!/bin/sh
|
||
|
REVIDPATH=$HOME/go/src/bitbucket.org/ausocean/av/cmd/rvcl
|
||
|
cd $REVIDPATH
|
||
|
sudo "PATH=$PATH:$REVIDPATH" ./rvcl -NetSender &
|