LED-BOARD/client/ledboard.sh

13 lines
239 B
Bash
Raw Permalink Normal View History

2023-09-22 22:11:46 +02:00
#!/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