convenience helper. build script will copy wrapper to /usr/bin path

master
Sven 2024-02-08 22:21:20 +01:00
parent a0e7a15dc8
commit b9a332d507
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
#!/bin/bash
sudo gcc icsbaudset.c -licsneoc -o /usr/sbin/libicsneo-setbaud
if [ ! -f /usr/bin/setbaud.sh ]
then
sudo cp setbaud.sh /usr/bin/setbaud.sh
fi