This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
## convert.sh | |
# | |
# This script is used to convert all of the WAV audio files of a given | |
# artist/album pair to a different encoding. | |
# | |
# usage: | |
# convert.sh [artist] [album] |