summary refs log tree commit diff stats
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, 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;
+}