forked from github/server
2 lines
71 B
Bash
2 lines
71 B
Bash
#!/bin/sh
|
|
grep -hiw ERESSEA orders.dir/turn-* | cut -d\ -f2 | sort -u
|