Skip to content
Snippets Groups Projects
Unverified Commit 92402935 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

6. session on processes

parent 0695e916
No related branches found
No related tags found
No related merge requests found
all: html/index.html html/1_understanding_a_computer.html html/2_using_the_ifb_cloud.html html/3_first_steps_in_a_terminal.html html/4_unix_file_system.html html/5_users_and_rights.html
all: html/index.html \
html/1_understanding_a_computer.html \
html/2_using_the_ifb_cloud.html \
html/3_first_steps_in_a_terminal.html \
html/4_unix_file_system.html \
html/5_users_and_rights.html \
html/6_unix_processes.html
index.html: index.md github-pandoc.css
pandoc -s -c github-pandoc.css index.md -o html/index.html
......@@ -17,3 +23,6 @@ html/4_unix_file_system.html: 4_unix_file_system.md github-pandoc.css
html/5_users_and_rights.html: 5_users_and_rights.md github-pandoc.css
pandoc -s --toc -c github-pandoc.css 5_users_and_rights.md -o html/5_users_and_rights.html
html/6_unix_processes.html: 6_unix_processes.md github-pandoc.css
pandoc -s --toc -c github-pandoc.css 6_unix_processes.md -o html/6_unix_processes.html
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