-aide dans les scripts
-update.sh (exemple)
-kymsu (mas - homebrew - pip)
This commit is contained in:
2018-02-15 17:10:05 +01:00
parent d6bec5fcfb
commit 7ea415b906
4 changed files with 72 additions and 0 deletions

View File

@@ -1,5 +1,16 @@
#!/bin/bash
if [ "$1" == "-h" ]; then
echo -e "\033[93mmkbuild.sh\033[0m"
echo "Build MkDocs project and send him on 192.168.1.7"
echo
echo "USAGE: mkbuild"
echo
echo " -h display this help"
echo
exit 0
fi
cd /Users/bruno/project
/usr/local/bin/mkdocs build
#noti -t 'MkDocs' -m 'Upload termine' scp -P42666 -r ./central_docs bruno@192.168.1.7:/volume1/web