diff options
| -rwxr-xr-x | clean | 3 | ||||
| -rw-r--r-- | school.template.html | 5 |
2 files changed, 7 insertions, 1 deletions
@@ -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> |
