mirror of https://github.com/MISP/misp-website
5 lines
111 B
Bash
5 lines
111 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
hugo
|
||
|
rsync --include ".*" -v -rz --checksum public/ circl@cppz.circl.lu:/var/www/misp-project.org
|