mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-21 13:31:55 +02:00
7 lines
48 B
Bash
7 lines
48 B
Bash
#!/usr/bin/python
|
|
|
|
for f in * ; do
|
|
ls $f
|
|
done
|
|
|