LED-BOARD/client/ledboard.sh
2023-09-22 22:11:46 +02:00

13 lines
239 B
Bash
Executable File

#!/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