From 05ade2f7555e119d44e33fc0983f1b6d33ac6270 Mon Sep 17 00:00:00 2001 From: pdiogoantunes Date: Wed, 15 Mar 2017 11:38:32 +0100 Subject: [PATCH] init test --- HowtoBash.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HowtoBash.md b/HowtoBash.md index 25f88b65..cd5a3d34 100644 --- a/HowtoBash.md +++ b/HowtoBash.md @@ -76,6 +76,8 @@ false || echo "Ça sera toujours vraiment faux" [ $? -eq 0 ] && { echo "tâche"; sleep 1; echo -e "\e'a plus!!" } ~~~ +### test + ## Processus ~~~{.bash}