#!/bin/sh # Updates the list of trusted hosts for ipfw su - root -c "vi /etc/trusted_hosts; sh /etc/rc.firewall" .