1
0
mirror of https://github.com/SuperBFG7/ympd synced 2024-06-28 07:33:15 +00:00
ympd/mkclean.sh

7 lines
142 B
Bash
Raw Normal View History

#!/bin/sh
rm -rf release
rm -rf debug
rm -f htdocs/js/bootstrap-native-v4.min.js
rm -f htdocs/css/bootstrap.min.css
2018-07-30 22:29:01 +00:00
find ./ -name \*~ -delete