From caf74a8994a55ad744e5fdba34a38126f456a29a Mon Sep 17 00:00:00 2001 From: lclerel- lclerel- Date: Tue, 3 Mar 2026 14:08:52 +0100 Subject: [PATCH] Update Ex0 --- ex0/find_sh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ex0/find_sh.sh b/ex0/find_sh.sh index b89608d..c0e1bba 100755 --- a/ex0/find_sh.sh +++ b/ex0/find_sh.sh @@ -1 +1 @@ -find . -name "*.sh" | sed -E 's/(\.sh)$//' | cut -c2- +find . -name "*.sh" | sed -E 's/(\.sh)$//' | cut -c3-