/* ISC license. */ #include #include #include #define USAGE "shibari [ -m max ] [ -i ipsend ] [ [ -u uid ] [ -g gid ] | [ -U ] ]" #define dieusage() strerr_dieusage(100, USAGE) int main (int argc, char const *const *argv) { return 0 ; }