diff options
Diffstat (limited to 'win/unhyp.c')
-rw-r--r-- | win/unhyp.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/win/unhyp.c b/win/unhyp.c new file mode 100644 index 0000000..7eb1e9a --- /dev/null +++ b/win/unhyp.c @@ -0,0 +1,9 @@ +#include <stdio.h> +#include <stdlib.h> + +int +main() +{ + system("busybox sh C:/Users/Otho/tmp/hyp/unhyp"); + return 0; +} |