mirror of
https://github.com/jerikan-network/cmdb.git
synced 2024-05-06 04:54:50 +00:00
4 lines
72 B
Bash
Executable File
4 lines
72 B
Bash
Executable File
#!/bin/sh
|
|
|
|
wait-for-it -q junoser:4567 -t 10 -- python3 -m jerikan "$@"
|