8 lines
75 B
Bash
Executable File
8 lines
75 B
Bash
Executable File
#!/bin/sh
|
|
|
|
D=$(dirname $0)
|
|
pkill -f $D/hbc 2>/dev/null
|
|
sleep 1
|
|
$D/hbc $@
|
|
|