Default output file to a.out

This commit is contained in:
retropikzel 2026-03-21 14:40:36 +02:00
parent 91e1080e10
commit 0384e120c1
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ fi
## Parse arguments
prepend_dirs=""
append_dirs=""
output_file=a.out
while :; do
case ${1:-} in
*.sps) input_file="$1"; rnrs=R6RS; shift ;;