nftable-migration
1# -*- mode: snippet -*-
2# name: func
3# --
4func ${1:fun}($2) {
5	$0
6}