Random Project

Works great – required adjustments on FreeBSD

Works great on Linux out of the box.

Requires a slight modification to the sed substitution statement to work on FreeBSD. The substitution requires an ‘/Ig’ instead of ‘/ig’ on FreeBSD to make it case insensitive as desired.

Make sure you have bash and expect installed on FreeBSD in order for this to work. (Not installed by default on a minimal build.)