#!/bin/sh

if [ -f /etc/rc.local ]; then
    . /etc/rc.local
fi

