Simplifique infinitamente el sync :3

This commit is contained in:
Daniel Cortés
2020-12-01 21:38:50 -03:00
parent ad63231cdd
commit 125699b18e

View File

@@ -1,7 +1,3 @@
#!/bin/sh #!/bin/sh
cd $(dirname "$(readlink -f "$0")") rsync -av index.html zgh:www-dir/start.danielcortes.xyz/index.html
minify index.html > index.min.html
rsync -av "index.min.html" "sky:~/start/index.html"
rm index.min.html