diff options
Diffstat (limited to 'src/nohup.c')
-rw-r--r-- | src/nohup.c | 2 |
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" |