mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 21:46:27 +02:00
4 lines
69 B
Bash
4 lines
69 B
Bash
#!/usr/bin/env bash
|
|
|
|
# Compile bas files
|
|
fbc -lang qb -b "$@" -x out
|