I'm writing a custom Heroku
buildpack
(heroku-buildpack-fantom) for Fantom, and as part of the compile
script I've downloaded a .zip
file (from a language vendor), but how do I unzip it?
unzip
is not a recognised command.
gunzip
exists but I can't use it to unzip .zip files.
What am I missing?