Skip to content

Commit 9157de5

Browse files
committed
Add some more stuff.
1 parent 1620bf2 commit 9157de5

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
*.ksh
2+
*.html
3+
*.atxt
14
*.so
25
*.o
36
*.php

misc/storm.ctr

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
#Citrine Storm Server Demo
3+
4+
#To kill this server
5+
#kill $(cat /var/run/storm.pid)
6+
7+
#To find CTR processes
8+
#ps -aux | grep "ctr"
9+
10+
Pen write: 'Start Citrine Storm Server v1', brk.
11+
Request host:'localhost' listen:4000 pid:'/var/run/storm.pid' callback: {\
12+
var fname := Command env: 'DOCUMENT_URI'.
13+
var script := File new: '/var/www/htdocs'+fname.
14+
script include.
15+
}.
16+
Pen write: 'DONE', brk.

0 commit comments

Comments
 (0)