#!/bin/bash mkdir -p ../custom/templates/inject/ mkdir -p ../custom/public/css/ rm ../custom/templates/inject/head.tmpl echo '' >> ../custom/templates/inject/head.tmpl cp -r ./themes/ ../custom/public/css/ cp -r ./img/ ../custom/public/