]> Sergey Matveev's repositories - schwabrak.git/blob - recfile-export-all
I use print everywhere here
[schwabrak.git] / recfile-export-all
1 #!/usr/bin/env zsh
2
3 root=$0:h:a
4 . $root/lib.zsh.rc
5
6 for issue (issues/*(On)) {
7     $root/recfile-export $issue
8     print
9 }