start_client.sh 270 B

123456789101112
  1. #!/bin/sh
  2. source ./utils.sh
  3. #openttd_exe=/usr/local/games/openttd
  4. openttd_exe=~/dev/packages/OpenTTD-patches/build/openttd
  5. config_file=~/.openttd/cb_${1}.cfg
  6. echo "info | conf file ${config_file}"
  7. check_file_exists "${config_file}"
  8. ${openttd_exe} -c ${config_file}