aboutsummaryrefslogtreecommitdiff
path: root/j01/ex02
diff options
context:
space:
mode:
Diffstat (limited to 'j01/ex02')
-rwxr-xr-xj01/ex02/find_sh.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/j01/ex02/find_sh.sh b/j01/ex02/find_sh.sh
deleted file mode 100755
index 3f13587..0000000
--- a/j01/ex02/find_sh.sh
+++ /dev/null
@@ -1 +0,0 @@
-find . -type f -name "*.sh" | sed "s/.*\///g" | sed "s/\.sh//g"