Joke pages/Get Gtoria Studio
This is how to get gtoria studio source First, write an bash script with these lines
echo "Gtoria Studio Source Downloader" echo "written by: user3412" wget dl.gtoria.com/GtoriaStudioSource.zip unzip GtoriaStudioSource.zip
now heres an pre-written script that compiles for you
make
now run this command to test your gtoria studio build
wine gtoriastudio.exe
Bye Bye!