mirror of
https://github.com/SuperBFG7/ympd
synced 2024-11-05 22:36:16 +00:00
9 lines
179 B
Bash
Executable File
9 lines
179 B
Bash
Executable File
#!/bin/sh
|
|
rm -rf release
|
|
rm -rf debug
|
|
rm -rf debian/tmp
|
|
rm -f debian/files
|
|
rm -f htdocs/js/bootstrap-native-v4.min.js
|
|
rm -f htdocs/css/bootstrap.min.css
|
|
find ./ -name \*~ -delete
|