mirror of
https://github.com/EmberEmu/Ember
synced 2026-08-14 22:32:05 -04:00
9 lines
No EOL
89 B
Bash
9 lines
No EOL
89 B
Bash
#!/bin/bash
|
|
|
|
mdns &
|
|
account &
|
|
character &
|
|
gateway &
|
|
login &
|
|
world &
|
|
wait |