iiplc/run.sh

8 lines
117 B
Bash
Raw Normal View History

2014-06-11 15:55:00 +04:00
#!/bin/bash
# Debug server
2014-08-04 13:35:42 +04:00
screen -S ii plackup iiplc.app
2014-06-11 15:55:00 +04:00
# Production
# starman -l 127.0.0.1:5000 run.pl whatever