6 lines
105 B
Bash
Executable File
6 lines
105 B
Bash
Executable File
#!/bin/bash
|
|
cd `dirname $0` # Only operate in the same directory with this script
|
|
|
|
rm -rf build testbin
|
|
|