commit 70e4a8b11f7e1d80c6642dc5c686e0c66ba79cf7 Author: Théophile Date: Fri Jan 10 15:18:59 2025 +0100 Ajouter 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