2 lines
83 B
Bash
Executable file
2 lines
83 B
Bash
Executable file
./list_groups.sh | while IFS= read -r i; do ./get_resource.sh "${i}"; done | sort
|
|
|