From 46d4768f6400a76eacb07138e2627decc855843e Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Wed, 29 Nov 2017 10:48:20 +0100 Subject: [PATCH] vimwiki: add gcc --- .vim/vimwiki/GCC.wiki | 2 ++ .vim/vimwiki/index.wiki | 3 ++- scripts/getcert.sh | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 .vim/vimwiki/GCC.wiki diff --git a/.vim/vimwiki/GCC.wiki b/.vim/vimwiki/GCC.wiki new file mode 100644 index 0000000..2f6c83a --- /dev/null +++ b/.vim/vimwiki/GCC.wiki @@ -0,0 +1,2 @@ += Get preprocessor definitions = +gcc -E -dM - < /dev/null diff --git a/.vim/vimwiki/index.wiki b/.vim/vimwiki/index.wiki index 58b792e..38377af 100644 --- a/.vim/vimwiki/index.wiki +++ b/.vim/vimwiki/index.wiki @@ -3,6 +3,7 @@ * [[TODO]] = Dev = * [[Code Checker]] +* [[GCC]] = Android = * [[AndroidCamera]] -* + diff --git a/scripts/getcert.sh b/scripts/getcert.sh index bacc339..5e54452 100755 --- a/scripts/getcert.sh +++ b/scripts/getcert.sh @@ -1,6 +1,6 @@ #!/bin/bash /usr/bin/certbot certonly --agree-tos --quiet --renew-by-default --webroot -w /srv/http -d mathux.org --email mathieu@mathux.org /usr/bin/certbot certonly --agree-tos --quiet --renew-by-default --webroot -w /srv/http/letsencrypt -d gitlab.mathux.org --email mathieu@mathux.org -/usr/bin/certbot certonly --agree-tos --quiet --renew-by-default --webroot -w /lib/python3.5/site-packages/homeassistant/components/frontend/www_static/ -d home.mathux.org --email mathieu@mathux.org -/usr/bin/certbot certonly --agree-tos --quiet --renew-by-default --webroot -w /lib/python3.5/site-packages/homeassistant/components/frontend/www_static/ -d lefevre.mathux.org --email mathieu@mathux.org +/usr/bin/certbot certonly --agree-tos --quiet --renew-by-default --webroot -w /lib/python3.6/site-packages/homeassistant/components/frontend/www_static/ -d home.mathux.org --email mathieu@mathux.org +/usr/bin/certbot certonly --agree-tos --quiet --renew-by-default --webroot -w /lib/python3.6/site-packages/homeassistant/components/frontend/www_static/ -d lefevre.mathux.org --email mathieu@mathux.org