mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-23 07:21:53 +08:00
Only support jdk8, in jdk11 or jdk17 env, you should use file write and use urlClassLoader to load injectorClass or else.
7 lines
60 B
Bash
Executable File
7 lines
60 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
wait-for-it -t 0 admin:8080
|
|
|
|
exec "$@" |