summaryrefslogtreecommitdiff
path: root/src/caches/shibari.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/caches/shibari.c')
-rw-r--r--src/caches/shibari.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/caches/shibari.c b/src/caches/shibari.c
deleted file mode 100644
index b945fd4..0000000
--- a/src/caches/shibari.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/* ISC license. */
-
-#include <skalibs/sgetopt.h>
-#include <skalibs/strerr.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 ;
-}