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