mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 21:46:27 +02:00
5 lines
No EOL
236 B
Bash
5 lines
No EOL
236 B
Bash
#!/usr/bin/env bash
|
|
|
|
curl -L "https://sourceforge.net/projects/fbc/files/FreeBASIC-1.09.0/Binaries-Linux/FreeBASIC-1.09.0-linux-x86_64.tar.gz/download" -o freebasic.tar.gz
|
|
tar xf freebasic.tar.gz --strip-components=1
|
|
rm freebasic.tar.gz |