aboutsummaryrefslogtreecommitdiff
path: root/j01/ex03/count_files.sh
diff options
context:
space:
mode:
Diffstat (limited to 'j01/ex03/count_files.sh')
-rwxr-xr-xj01/ex03/count_files.sh1
1 files changed, 0 insertions, 1 deletions
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)