mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-22 16:07:49 +08:00
13 lines
117 B
Bash
Executable File
13 lines
117 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
mita run &
|
|
sleep 2
|
|
|
|
mita apply config ./conf/config.json
|
|
mita start
|
|
mita describe config
|
|
|
|
wait -n
|