Hello!

To see the file structure, click on "tree".

Note that updates take place every 10 minutes, commits may not be seen immediately.
added my personal working directory
authorpreecej <preecej@localhost>
Wed, 25 Aug 2010 23:04:04 +0000 (23:04 +0000)
committerpreecej <preecej@localhost>
Wed, 25 Aug 2010 23:04:04 +0000 (23:04 +0000)
svn path=/; revision=18

preecej/linux_workshop_1.pl [new file with mode: 0755]

diff --git a/preecej/linux_workshop_1.pl b/preecej/linux_workshop_1.pl
new file mode 100755 (executable)
index 0000000..554395e
--- /dev/null
@@ -0,0 +1,8 @@
+#!usr/bin/perl -w
+use strict;
+
+system 'clear';
+
+print "Hello World!\n\n";
+
+exit;