forked from github/server
1 line
76 B
Bash
1 line
76 B
Bash
ls -1 orders.dir/turn* | sed -e 's/.*turn-\(.*\),gruenbaer.*/\1/' | sort -u
|