5 lines
67 B
Plaintext
5 lines
67 B
Plaintext
|
#!/bin/bash
|
||
|
rm -rf ../../bin
|
||
|
rm -rf ../../lib
|
||
|
rm -rf ../../obj
|