Dossier test

This commit is contained in:
2018-03-12 06:25:43 +01:00
parent 7ea415b906
commit bca8a94150
10 changed files with 218 additions and 0 deletions

12
_test/_mkdocs.command Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/bash
#MkDocs
cd /Users/bruno/project
mkdocs build
#noti -t 'MkDocs' -m 'Upload termine' scp -P42666 -r ./central_docs bruno@192.168.1.7:/volume1/web
scp -P42666 -r ./central_docs bruno@192.168.1.7:/volume1/web
#scp -P42666 -r ./central_docs bruno@clicclac.synology.me:/volume1/web
#rsync -rav -e ssh ./central_docs bruno@192.168.1.7:/volume1/web/tt
terminal-notifier -title 'MkDocs' -message 'Envoi terminé !' -sound 'Glass'
exit