Hello!
To see the file structure, click on "tree".
Note that updates take place every 10 minutes, commits may not be seen immediately.
projects
/
old-jaiswallab-svn
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b14d46
)
added my personal working directory
author
preecej
<preecej@localhost>
Wed, 25 Aug 2010 23:04:04 +0000
(23:04 +0000)
committer
preecej
<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]
patch
|
blob
diff --git a/preecej/linux_workshop_1.pl
b/preecej/linux_workshop_1.pl
new file mode 100755
(executable)
index 0000000..
554395e
--- /dev/null
+++ b/
preecej/linux_workshop_1.pl
@@ -0,0
+1,8
@@
+#!usr/bin/perl -w
+use strict;
+
+system 'clear';
+
+print "Hello World!\n\n";
+
+exit;