Re: BIN/CUE to ISO/CUE converter v1.06, supports : FLAC,MP3,OGG,OPUS (script)
Posted on 2020-10-22, 16:06
Very nice Akuma! Feedback on 1.06 so far: Copyright / GPL the source (top-level comment block in the source file; separate from the usage output) Highly recommend Bash strict-mode : #!/bin/bash set -euo pipefail IFS=$'\n\t' In the usage text, brackets commonly indicate optional arguments, so only …