Adding auto-highlite code. This might be a bit contentious, but it seemed to get...
[squirrelmail.git] / configure
... / ...
CommitLineData
1#!/bin/sh
2#
3# Redirects to the config directory and runs conf.pl
4
5cd config
6./conf.pl
7cd ..