summaryrefslogtreecommitdiff
path: root/src/skaembutils/s6-true.c
blob: f372d438a6be165da30bd7b1152be0a857aac8a3 (plain)
1
2
3
4
5
6
7
8
/* ISC license. */

#include <unistd.h>

int main (void)
{
  _exit(0) ;
}