projects
/
sdlgit/SDL-Site.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a96c6b2
)
test
Tobias Leich [Sun, 15 Nov 2009 16:18:07 +0000 (17:18 +0100)]
htdocs/assets/test.pl
[new file with mode: 0644]
patch
|
blob
diff --git a/htdocs/assets/test.pl
b/htdocs/assets/test.pl
new file mode 100644
(file)
index 0000000..
bd9deea
--- /dev/null
+++ b/
htdocs/assets/test.pl
@@ -0,0
+1,6
@@
+#!/usr/bin/env perl
+
+print "Content-type: text/html\n\n";
+print "hello";
+
+exit;
\ No newline at end of file