TerranBASIC: installing sample BASIC codes on new run

This commit is contained in:
minjaesong
2023-04-15 12:24:53 +09:00
parent 9fa543af53
commit e2c0f13019
36 changed files with 618 additions and 12 deletions

View File

@@ -1,4 +1,6 @@
#!/bin/bash
if (( $EUID == 0 )); then echo "The build process is not meant to be run with root privilege, exiting now." >&2; exit 1; fi
cd "${0%/*}"
APPIMAGETOOL="appimagetool-x86_64.AppImage"
SRCFILES="tbaslinux_arm"