blob: c251c3d80502db03af7c58d05998ef45fa1692b1 (
plain) (
tree)
|
|
#!/bin/bash
echo -e '\e[5;7;31mPlease update your build of TMWA, then use ./run-all\e[m' >& 2
echo -e 'Or if you want output in separate TTYs, cd world/map then tmwa-map' >& 2
sleep 10
cd world/map &&
exec map-server
|