7 lines
66 B
Bash
7 lines
66 B
Bash
#!/bin/bash
|
|
cd bin
|
|
cp lib/win64/*.dll .
|
|
gdb program.exe
|
|
rm *.dll
|
|
|