]> git.saurik.com Git - apple/shell_cmds.git/blob - true/true.c
shell_cmds-207.11.1.tar.gz
[apple/shell_cmds.git] / true / true.c
1 #include <stdlib.h>
2 int main () { exit(0); }