[LON-CAPA-cvs] cvs: modules /josh conconvert.pl
taceyjo1
lon-capa-cvs@mail.lon-capa.org
Fri, 01 Aug 2003 14:46:03 -0000
taceyjo1 Fri Aug 1 10:46:03 2003 EDT
Modified files:
/modules/josh conconvert.pl
Log:
Initial Checkin, put into "maybe edit to be more useful later pile"
Index: modules/josh/conconvert.pl
diff -u modules/josh/conconvert.pl:1.1 modules/josh/conconvert.pl:1.2
--- modules/josh/conconvert.pl:1.1 Thu Jul 31 17:55:54 2003
+++ modules/josh/conconvert.pl Fri Aug 1 10:46:03 2003
@@ -1,4 +1,7 @@
#!/bin/perl
+#maybe I will make this better by using command line options, etc, when
+#I get more time
+
chdir "/home/jt/hw";
print "Hello\n";
@something = glob "*";