1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/development/perl-modules/expression-generator/retrieve-modulepage.sh
2008-06-02 08:21:38 +00:00

6 lines
122 B
Bash
Executable file

#! /bin/sh
module_basename="$1";
./grab-url.sh "http://search.cpan.org/dist/$module_basename/" "$module_basename".html;