summaryrefslogtreecommitdiffstats
path: root/development/qb64/run_qb64.sh
blob: 1a4c6870f4305bfcd72ab2b94e55d0a2c2e80d0d (plain)
1
2
3
4
5
6
7
8
9
10
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 &