From 70e4a8b11f7e1d80c6642dc5c686e0c66ba79cf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile?= Date: Fri, 10 Jan 2025 15:18:59 +0100 Subject: [PATCH] Ajouter script.sh --- script.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 script.sh diff --git a/script.sh b/script.sh new file mode 100644 index 0000000..f4338d2 --- /dev/null +++ b/script.sh @@ -0,0 +1,7 @@ +#!/usr/bin/bash +cd /home/Public +mkdir Projet +cd Projet +mkdir P_SYS-187 +cd P_SYS-187 +touch test.txt \ No newline at end of file