#!/bin/sh
mkdir css
cat default.css |sed 's/images\//\.\.\/images\//g' >css/default.css
