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