vimwiki: add gcc

This commit is contained in:
Mathieu Maret 2017-11-29 10:48:20 +01:00
parent 8d766710b4
commit 46d4768f64
3 changed files with 6 additions and 3 deletions

2
.vim/vimwiki/GCC.wiki Normal file
View File

@ -0,0 +1,2 @@
= Get preprocessor definitions =
gcc -E -dM - < /dev/null

View File

@ -3,6 +3,7 @@
* [[TODO]]
= Dev =
* [[Code Checker]]
* [[GCC]]
= Android =
* [[AndroidCamera]]
*

View File

@ -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