From 9bde00749e9944c357267a024b3ec78d81a6799c Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 2 Jul 2019 23:44:43 +0200 Subject: c00 start, shell01 ex01 correcion --- j01/ex03/count_files.sh | 1 - 1 file changed, 1 deletion(-) delete mode 100755 j01/ex03/count_files.sh (limited to 'j01/ex03') diff --git a/j01/ex03/count_files.sh b/j01/ex03/count_files.sh deleted file mode 100755 index 4b9918a..0000000 --- a/j01/ex03/count_files.sh +++ /dev/null @@ -1 +0,0 @@ -echo $(find . -type f -o -type d | wc -w) -- cgit