Initial commit with current state

This commit is contained in:
2025-08-28 00:28:20 +03:00
commit 9d3fa2bf9e
13 changed files with 2800 additions and 0 deletions

4
run-gomag.bat Normal file
View File

@@ -0,0 +1,4 @@
@echo off
cd /d "%~dp0"
"C:\Program Files (x86)\Microsoft Visual FoxPro 9\vfp9.exe" -T "%~dp0gomag-vending.prg"
pause