1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-02-06 14:10:12 +00:00
ympd/mkclean.sh

9 lines
179 B
Bash
Raw Normal View History

#!/bin/sh
rm -rf release
rm -rf debug
2018-09-07 00:10:40 +02:00
rm -rf debian/tmp
rm -f debian/files
rm -f htdocs/js/bootstrap-native-v4.min.js
rm -f htdocs/css/bootstrap.min.css
2018-07-30 23:29:01 +01:00
find ./ -name \*~ -delete