Skip to content

Instantly share code, notes, and snippets.

@gillham
gillham / prog8c.bat
Created October 13, 2025 04:04
Prog8 compiler driver prog8c.bat for prog8c-12.0-BETA4-all.jar on Windows
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem
@rem prog8c startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS%"=="Windows_NT" setlocal
@gillham
gillham / start.sh
Created October 27, 2022 15:58
The C64 Mini (& "Maxi") script to create symlink to support IDE64 images.
#!/bin/sh
# Make rootfs rw
mount -o remount,rw /
# Add the symlink for IDE64.
ln -sf /mnt/ide.cfa /ide.cfa
# cleanup.
mount -o remount,ro /