diff options
-rw-r--r-- | runfd.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3,6 +3,10 @@ #include <unistd.h> #include <fcntl.h> +/** + * NOTE: requires fdescfs to be mounted to run interpreted files (starting with #!) + */ + char *args[] = { "batchrun", NULL }; int |