#!/bin/sh -e

if [! -f echo "diff /etc/my-nftables /etc/readrule"]; then
    echo "nft -f /etc/my-nftables"
fi
