Skip to content

Commit

Permalink
Generates an issuable list of files
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Jul 29, 2019
1 parent c8288ae commit 7256cf3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions util/issue-with-all-pod6.p6
@@ -0,0 +1,7 @@
#!/usr/bin/env perl6

use v6;

my @docs = qx/git ls-files | grep "\.pod6"/.lines;

say "* [ ] [", $_.split("/")[*-1].split(".")[0], "]($_)" for @docs;

0 comments on commit 7256cf3

Please sign in to comment.