mkasberg / script-seed

🌱 Seed scripts for popular (& unpopular) scripting languages.
https://mkasberg.github.io/script-seed/
MIT License
11 stars 23 forks source link

Add BASIC seed script #73

Closed mkasberg closed 2 years ago

mkasberg commented 2 years ago

This commit adds a BASIC seed script to our collection. It uses Gambas as the interpreter. Gambas is available in the apt repositories and can parse command line arguments and run scripts with a shebang line.

Fixes #21