mirror of
https://github.com/SuperBFG7/ympd
synced 2024-11-04 13:56:17 +00:00
7 lines
142 B
Bash
Executable File
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
|