summaryrefslogtreecommitdiff
path: root/src/caches/shibari.c
blob: 77334f6d68ea52a43394191156fa791a93945bce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* ISC license. */

#include <skalibs/sgetopt.h>
#include <skalibs/strerr2.h>

#include <s6-dns/s6dns.h>

#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 ;
}