10 lines
129 B
Bash
Executable File
10 lines
129 B
Bash
Executable File
cd src
|
|
|
|
if [ -d /data/thrift ]; then
|
|
rm -rf /data/thrift
|
|
fi
|
|
|
|
if [ -d /data/charybdefs ]; then
|
|
rm -rf /data/charybdefs
|
|
fi
|