Put up a notice.

This commit is contained in:
Nicolás A. Ortega 2016-04-23 15:13:24 +02:00
parent 10504d2180
commit 8cadc75e83
No known key found for this signature in database
GPG Key ID: 4825F773B8D44EFF

View File

@ -11,7 +11,9 @@ You can run the command as follows:
$ ./ogg-converter.sh path/to/music/*.mp3 $ ./ogg-converter.sh path/to/music/*.mp3
``` ```
This will convert all MP3 files in this directory into OGG (I might end up making this more user friendly if I get around to it). This will convert all MP3 files in this directory into OGA (I might end up making this more user friendly if I get around to it).
**NOTICE:** For some reason bash doesn't like it if the files have a space character. So if you're a dumb ass who likes using spaces in file names, you're going to have to change that bad habit.
### License ### License
This script is licensed with the [GNU GPLv3](/LICENSE). This script is licensed with the [GNU GPLv3](/LICENSE).