#!/bin/bash # goto root dir (this script resides in src) BASEDIR=`dirname $(readlink -f $0)` cd ${BASEDIR}/../ rm -f gen/.zshrc WGET=$(which wget) $WGET -q -O gen/.zshrc http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc