6 lines
82 B
Bash
6 lines
82 B
Bash
#! /bin/bash
|
|
|
|
ROOT=`cd $(dirname $0);pwd`
|
|
cd ${ROOT}
|
|
|
|
./game_server remote_console |