From 09819bcd940492c8ccc48284880f8bc652a2845a Mon Sep 17 00:00:00 2001 From: kaa Date: Fri, 23 Jun 2023 11:56:56 -0700 Subject: Initial. --- win/unhyp.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 win/unhyp.c (limited to 'win/unhyp.c') 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 +#include + +int +main() +{ + system("busybox sh C:/Users/Otho/tmp/hyp/unhyp"); + return 0; +} -- cgit v1.2.3