mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-10 22:14:05 +01:00
4 lines
50 B
Bash
Executable File
4 lines
50 B
Bash
Executable File
for file in */README.md; do
|
|
subl "$file"
|
|
done
|