mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 20:21:14 +00:00
6 lines
122 B
Bash
6 lines
122 B
Bash
|
#! /bin/sh
|
||
|
|
||
|
module_basename="$1";
|
||
|
|
||
|
./grab-url.sh "http://search.cpan.org/dist/$module_basename/" "$module_basename".html;
|