5 lines
74 B
Bash
5 lines
74 B
Bash
|
#Delete Tools
|
||
|
echo "Delete Binary Directory"
|
||
|
rm -rf bin
|
||
|
echo "Finished!"
|