aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/false/false.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell_cmds/false/false.c')
-rw-r--r--shell_cmds/false/false.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell_cmds/false/false.c b/shell_cmds/false/false.c
new file mode 100644
index 0000000..3883d89
--- /dev/null
+++ b/shell_cmds/false/false.c
@@ -0,0 +1,2 @@
+#include <stdlib.h>
+int main () { exit(1); }