7 lines
171 B
Bash
7 lines
171 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
rm -r ./public/fonts/vendor
|
||
|
rm ./public/{doks.png,doks.svg,logo-doks.png,site.webmanifest}
|
||
|
|
||
|
rsync -r --del -m ./public/* mig@falk.gh23.de:/var/www/localhost/
|