#!/bin/sh -e if [ -x nft ]; then echo "nft is founded" else echo "nft is not founded" exit 1 fi __file /etc/my_nftables \ --mode 0644