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