mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-26 20:53:51 +00:00
4 lines
165 B
Bash
Executable File
4 lines
165 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
gdb -q -batch -return-child-result -ex "run" -ex "thread apply all bt" -ex "quit" --args ./wesnoth -m --controller 1:ai --controller 2:ai --nogui
|