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