mirror of
https://github.com/SuperBFG7/ympd
synced 2024-11-04 22:06:16 +00:00
6 lines
116 B
Bash
6 lines
116 B
Bash
|
#!/bin/sh
|
||
|
rm -rf release
|
||
|
rm -rf debug
|
||
|
rm -f htdocs/js/bootstrap-native-v4.min.js
|
||
|
rm -f htdocs/css/bootstrap.min.css
|