scripts initial
This commit is contained in:
11
scripts/start-hamclock.sh
Executable file
11
scripts/start-hamclock.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
# Start HamClock
|
||||
|
||||
HAMCLOCK="$HOME/.local/bin/hamclock"
|
||||
|
||||
if [ ! -x "$HAMCLOCK" ]; then
|
||||
echo "Error: hamclock not found or not executable at $HAMCLOCK" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
"$HAMCLOCK" "$@" &
|
||||
Reference in New Issue
Block a user