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