Skip to content

Commit

Permalink
use FROGS naming in flashcards for counting down reps
Browse files Browse the repository at this point in the history
  • Loading branch information
guybrush committed Jul 12, 2023
1 parent d2727a3 commit 2ef49cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-flashcards.kt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ fun processStdin() {
val dir = "00.$song" // "$sections$i.$field"
val seq = "XX.%d%d%02d".format(sections, i, lines)
mkdir(dir)
makeFlashcard(card, song, field, "$dir/$seq.11111.png")
makeFlashcard(card, song, field, "$dir/$seq.FROGS.png")
}
}

Expand Down

0 comments on commit 2ef49cb

Please sign in to comment.