aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xclean3
-rw-r--r--school.template.html5
2 files changed, 7 insertions, 1 deletions
diff --git a/clean b/clean
new file mode 100755
index 0000000..1d4b765
--- /dev/null
+++ b/clean
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+find . -not -name '*.template.html' -name '*.html' -exec rm -v \{\} \;
diff --git a/school.template.html b/school.template.html
index ca2375d..6b13ae5 100644
--- a/school.template.html
+++ b/school.template.html
@@ -36,11 +36,14 @@
<td><a href="https://git.cacharle.xyz/minishell">minishell</a></td>
<td>Minimalistic shell based on bash</td>
</tr>
+ <tr>
+ <td><a href="https://git.cacharle.xyz/ft_services">ft_services</a></td>
+ <td>Introduction to kubernetes with multiple services running in different containers</td>
+ </tr>
</table>
<h2>Pending</h2>
<table>
- <tr><td><a href="https://git.cacharle.xyz/ft_services">ft_services</a></td></tr>
<tr><td><a href="https://git.cacharle.xyz/philosophers">philosophers</a></td></tr>
<tr><td><a href="https://git.cacharle.xyz/ft_containers">ft_containers</a></td></tr>
<tr><td><a href="https://git.cacharle.xyz/computorv1">computorv1</a></td></tr>