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