index
:
s6-portable-utils
2.2.0.0
develop
main
master
Mirror of git://git.skarnet.org/s6-portable-utils
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
skaembutils
/
s6-pause.c
blob: 8eafdceacee8dad18cc2af2d68030a9ccb82bd98 (
plain
)
1
2
3
4
5
6
7
8
9
/* ISC license. */
#include
<unistd.h>
int
main
()
{
pause
()
;
return
0
;
}