Deamon installation described

This commit is contained in:
Ollo
2023-09-22 22:11:46 +02:00
parent dd860166fd
commit e4a1788698
3 changed files with 43 additions and 0 deletions

12
client/ledboard.sh Executable file
View 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