summaryrefslogtreecommitdiffstats
path: root/development/qb64/run_qb64.sh
diff options
context:
space:
mode:
author Antonio Leal <antonioleal@yahoo.com>2023-08-19 08:44:45 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-08-19 08:44:45 +0700
commitb4e3f98dbfd402e53497ee10030147c006219220 (patch)
treefb65dcfe7b5ead8c3b28477e6adf7c4e28435473 /development/qb64/run_qb64.sh
parent1445fdf699da544c633123423a3cd308aaacc53b (diff)
downloadslackbuilds-b4e3f98dbfd402e53497ee10030147c006219220.tar.gz
slackbuilds-b4e3f98dbfd402e53497ee10030147c006219220.tar.xz
development/qb64: Added (QuickBASIC compiler).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/qb64/run_qb64.sh')
-rw-r--r--development/qb64/run_qb64.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/development/qb64/run_qb64.sh b/development/qb64/run_qb64.sh
new file mode 100644
index 0000000000..1a4c6870f4
--- /dev/null
+++ b/development/qb64/run_qb64.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+DEST="$HOME/qb64-2.1"
+if [ ! -d $DEST ]
+then
+ mkdir -p $DEST
+ cp -axu /opt/qb64-2.1/internal $DEST/
+ cp -axu /opt/qb64-2.1/qb64 $DEST/
+ fi
+cd $DEST
+./qb64 &