#!/bin/sh
set -e
cd /tmp
curl -fLO "https://deb.fbxl.net/cygwin/freebasic-1.20.1-1.tar.xz"
echo "Extracting FreeBASIC into the Cygwin root"
tar -C / -xJf freebasic-1.20.1-1.tar.xz
