Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Linux version doesn't work, the cyberprg.sh script just tries to run `ZZT` which isn't in my path


$ cat cyberprg.sh
ZZT CYBERPRG.ZZT

 

$ ./cyberprg.sh
./cyberprg.sh: line 1: ZZT: command not found
 


If I changethe script to "./ZZT CYBERPRG.ZZT" then it works

Whoops! I just saw this the moment I got home from work and opened itch, and I fixed it right away. "cyberprg.sh" should now correctly run "./ZZT CYBERPRG.ZZT" instead of just "ZZT CYBERPRG.ZZT". Thank you!