#!/bin/bash

ghc --make index -o blogg.cgi
#strip index.cgi
chown :web blogg.cgi
cp blogg.cgi /home/htdocs/index.cgi

# && upx -9 ~/alpha/index.cgi

