mirror of
https://github.com/pen4uin/java-memshell-generator.git
synced 2026-09-22 17:58:59 +08:00
add: 添加对命令行的支持
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package jmg.cli;
|
||||
|
||||
public class CLIApp {
|
||||
public static void main(String[] args) throws Throwable {
|
||||
Console console = new Console();
|
||||
console.init();
|
||||
console.run();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user