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