1
0
mirror of https://github.com/SuperBFG7/ympd synced 2024-06-22 21:03:13 +00:00
ympd/mkclean.sh
2018-07-30 23:29:01 +01:00

7 lines
142 B
Bash
Executable File

#!/bin/sh
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