From e67c2cde67f078e3b1b785bd98f19954c1cd614c Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Mon, 16 Apr 2007 22:02:30 +0000 Subject: [PATCH] fixed comments --- bin/gbrowse_netinstall.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/gbrowse_netinstall.pl b/bin/gbrowse_netinstall.pl index 531244041..a413bd74e 100755 --- a/bin/gbrowse_netinstall.pl +++ b/bin/gbrowse_netinstall.pl @@ -1,6 +1,8 @@ #!/usr/bin/perl -# This script should do a Windows install from the command line. +# Universal Net-based installer +# Save this to disk as "gbrowse_netinstall.pl" and run: +# perl gbrowse_netinstall.pl use warnings; use strict;