run_rbc protect agains double execution

This commit is contained in:
2022-01-10 15:04:21 -05:00
parent 98eed4e045
commit 2377b3367a
Executable
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
D=$(dirname $0)
pkill -f $D/hbc 2>/dev/null
sleep 1
$D/hbc $@