mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 23:11:52 +08:00
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 "$@" |