summaryrefslogtreecommitdiff
path: root/src/nohup.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-10-01 20:13:13 -0400
committerJakob Kaivo <jkk@ung.org>2019-10-01 20:13:13 -0400
commit94d2ec943df855e7f156b3ca09c89461e86b2cea (patch)
tree1ad8d134d96a1e322e6a90bce94e710368ef40c0 /src/nohup.c
initial commit
Diffstat (limited to 'src/nohup.c')
-rw-r--r--src/nohup.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nohup.c b/src/nohup.c
new file mode 100644
index 0000000..6a77df6
--- /dev/null
+++ b/src/nohup.c
@@ -0,0 +1,2 @@
+#define main nohup_main
+#include "../nohup/nohup.c"