diff options
| author | realtradam <[email protected]> | 2023-06-13 17:53:27 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-06-13 17:53:27 -0400 |
| commit | aa7d58cdc09fdf2a995c8b15f4e5b7881a7c9891 (patch) | |
| tree | bfc5423d5e501f45a22f387054dbde718d80537e /run_dbg | |
| parent | ea5a2225fbf9f1c305ec53f681c8aa9434cf1a10 (diff) | |
| download | rodeo_sample_game-aa7d58cdc09fdf2a995c8b15f4e5b7881a7c9891.tar.gz rodeo_sample_game-aa7d58cdc09fdf2a995c8b15f4e5b7881a7c9891.zip | |
added letterboxing
Diffstat (limited to 'run_dbg')
| -rwxr-xr-x | run_dbg | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +#! /bin/sh + +#gdb ./build_dir/space_squad +(cd ./build_dir/tux/ ; kdbg demo) |
