mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-05 03:40:56 +01:00
7 lines
48 B
Bash
7 lines
48 B
Bash
#!/usr/bin/python
|
|
|
|
for f in * ; do
|
|
ls $f
|
|
done
|
|
|