From bae1e4d153abc8df7be4fe2c93163462b6813297 Mon Sep 17 00:00:00 2001 From: Bruno21 Date: Mon, 29 Jan 2018 10:32:12 +0100 Subject: [PATCH] 2e commit --- .gitignore | 1 + mkdocs.command | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/mkdocs.command b/mkdocs.command index b73167a..34c3580 100755 --- a/mkdocs.command +++ b/mkdocs.command @@ -1,10 +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 -terminal-notifier -title 'MkDocs' -message 'Envoi terminé !' -sound 'Glass' #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 \ No newline at end of file