From 3004b19874594afe4772bc83db4d4bcb12c8f86e Mon Sep 17 00:00:00 2001 From: matmoul Date: Sun, 1 Jun 2025 02:43:48 +0000 Subject: [PATCH] Actualiser Home --- Home.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Home.md b/Home.md index 05b8fd6..613089f 100644 --- a/Home.md +++ b/Home.md @@ -3,16 +3,20 @@ ``` wget -O matmoul-profile matmoul.ch/profile source matmoul-profile +rm matmoul-profile ``` ``` curl -L matmoul.ch/profile > matmoul-profile source matmoul-profile +rm matmoul-profile ``` ``` wget matmoul.ch/profile source profile +rm profile ``` ``` curl -L matmoul.ch/profile > profile source profile +rm profile ```