#!/bin/sh -e $NFT add table t # pass for non-existent chain $NFT destroy chain t c # successfully delete existing chain $NFT add chain t c $NFT destroy chain t c