#!/bin/sh

if [ -f /etc/zipl.conf ];then
    zipl </dev/null >&2
else
    echo "WARNING, not invoking zipl: /etc/zipl.conf not found" >&2
fi
