clean.sh 75 字节
Newer Older
1
#!/bin/bash
2
set -x
3
cd "$(dirname "$0")" || exit
4 5
rm -rf build/ data/
set +x