mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 21:03:15 +00:00
b98a144355
svn path=/nixpkgs/trunk/; revision=11947
6 lines
122 B
Bash
Executable File
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;
|