Deamon installation described
This commit is contained in:
12
client/ledboard.sh
Executable file
12
client/ledboard.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
# Wrapper script to update project and build project
|
||||
#
|
||||
#Set target IP address
|
||||
IP=
|
||||
# Path to this project
|
||||
HOSTCLIENT=
|
||||
cd $HOSTCLIENT
|
||||
/usr/bin/pkill LEDboardClient
|
||||
git pull
|
||||
cargo build
|
||||
$HOSTCLIENT/target/debug/LEDboardClient $IP
|
||||
Reference in New Issue
Block a user