5 lines
82 B
Bash
5 lines
82 B
Bash
|
#!/bin/bash
|
||
|
cp src/scripts/*.py bin/linux/scripts/
|
||
|
cd bin/linux
|
||
|
gdb ./mcrogueface
|