Skip to content

Commit 6726a3e

Browse files
Create List-dir.sh
1 parent 53f21b0 commit 6726a3e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

List-dir.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
set -- *
3+
for i; do
4+
echo "$i"
5+
done

0 commit comments

Comments
 (0)