mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-05 17:56:46 +01: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;
|