There was an error while loading. Please reload this page.
1 parent 53f21b0 commit 6726a3eCopy full SHA for 6726a3e
List-dir.sh
@@ -0,0 +1,5 @@
1
+#!/usr/bin/env bash
2
+set -- *
3
+for i; do
4
+echo "$i"
5
+done
0 commit comments