Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1#! /bin/sh 2 3module_basename="$1"; 4 5./grab-url.sh "http://search.cpan.org/dist/$module_basename/" "$module_basename".html;