Skip to content

Instantly share code, notes, and snippets.

@rejuvyesh
Created January 10, 2015 10:55
Show Gist options
  • Save rejuvyesh/0cf30e3daf8db55bcb5d to your computer and use it in GitHub Desktop.
Save rejuvyesh/0cf30e3daf8db55bcb5d to your computer and use it in GitHub Desktop.
#!/bin/zsh
#
# File: start.sh
#
# Created: Saturday, January 10 2015 by rejuvyesh <mail@rejuvyesh.com>
# 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