Hacker News new | ask | show | jobs
by gbuk2013 2349 days ago
Assuming directory “dir” and that “data.zip” archive will create that directory, this target will create the directory

  dir:
      wget http://.../data.zip
      unzip data.zip