From 4b66acc908dcdba395469a57f095cdcfc26b210f Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Thu, 25 Mar 2021 18:06:12 -0400 Subject: [PATCH] Delete cm.c --- src/unstable/cm.c | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/unstable/cm.c diff --git a/src/unstable/cm.c b/src/unstable/cm.c deleted file mode 100644 index 77fb813..0000000 --- a/src/unstable/cm.c +++ /dev/null @@ -1,7 +0,0 @@ -#include -#include - -int main(int argc,char *argv[]){ - ::ShowWindow(::GetConsoleWindow(), SW_SHOW); - std::system((std::string("cd picocrypt && start.vbs \"")+argv[1]+"\"").c_str()); -} \ No newline at end of file