source: flacrip/trunk/flac2properties @ 36

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

print the flac file name before presenting the list of releases

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