Skip to content
Snippets Groups Projects
Verified Commit 7f274acc authored by orestis.malaspin's avatar orestis.malaspin
Browse files

clean index each time

parent 736270e4
No related branches found
No related tags found
No related merge requests found
Pipeline #19568 passed
......@@ -44,7 +44,7 @@ done
IFS=$'\n'
classes=($(sort <<<"${classes[*]}"))
date=$(date '+%Y-%m-%d')
echo "---" >> index.md
echo "---" > index.md
echo "title: Cours de programmation séquentielle" >> index.md
echo "date: ${date}" >> index.md
echo "---" >> index.md
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment