#!/bin/sh

test -x /usr/local/bin/isabs_pull.pl || exit 1
/usr/local/bin/isabs_pull.pl /etc/isabs/ml2x.conf

exit 0

