mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-01-18 23:37:06 +00:00
4 lines
50 B
Bash
Executable File
4 lines
50 B
Bash
Executable File
for file in */README.md; do
|
|
subl "$file"
|
|
done
|