source: flacrip/trunk/flac2properties @ 36

Last change on this file since 36 was 25, checked in by peter, 10 years ago

print the flac file name before presenting the list of releases

  • Property svn:executable set to *
File size: 149 bytes
RevLine 
[14]1#!/bin/bash
2
3FLAC=$1
4
5[ -e "$FLAC" ] || exit
6
7PROPERTIES=$(sed -e's/\.flac$/.properties/' <<< "$FLAC")
[25]8echo $FLAC
[14]9mbz --flac "$FLAC" > "$PROPERTIES"
Note: See TracBrowser for help on using the repository browser.