Created
January 10, 2015 10:55
-
-
Save rejuvyesh/0cf30e3daf8db55bcb5d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/zsh | |
# | |
# File: start.sh | |
# | |
# Created: Saturday, January 10 2015 by rejuvyesh <[email protected]> | |
# License: GNU GPL 3 <http://www.gnu.org/copyleft/gpl.html> | |
# | |
PATH=/usr/bin:/home/rejuvyesh/.nix-profile/bin | |
MATHJAX=/home/rejuvyesh/src/www/mathjax/MathJax/ | |
WIKI=/home/rejuvyesh/src/www/wiki/ | |
# MathJax server | |
cd $MATHJAX | |
./hserv -p12000 & | |
# gitit | |
cd $WIKI | |
./gitit -f my.conf +RTS -I0 -RTS # disable the idle-time GC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment