#!/bin/bash . /etc/conf.d/ipset [[ -f $IPSET_CONF ]] || exit 1 ipset restore < "$IPSET_CONF" # vim:set ts=2 sw=2 ft=sh et: