1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-01-12 18:30:36 +00:00

fix: remove temporary files

This commit is contained in:
jcorporation 2018-07-30 23:29:01 +01:00
parent 0e2930a90d
commit 9dd3c14b70

View File

@ -3,3 +3,4 @@ rm -rf release
rm -rf debug
rm -f htdocs/js/bootstrap-native-v4.min.js
rm -f htdocs/css/bootstrap.min.css
find ./ -name \*~ -delete