diff --git a/tui-script/QBeat-tui b/tui-script/QBeat-tui index ebafcff..e9941b7 100755 --- a/tui-script/QBeat-tui +++ b/tui-script/QBeat-tui @@ -1,11 +1,13 @@ #!/bin/bash args=$@ +scriptname=`basename ${0}` +scriptpath=`dirname ${0}` function usage { # Outputs help menu; more to be added to in future, perhaps with more options. cat <