#!/bin/sh
#
# Redirects to the config directory and runs conf.pl

cd config
./conf.pl
cd ..
