Added the initial source.

Still have a long ways to go.
This commit is contained in:
Nicolás A. Ortega 2016-04-23 02:03:59 +02:00
commit 7da86ad732
No known key found for this signature in database
GPG Key ID: 4825F773B8D44EFF

8
ogg-converter.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash
# Copyright (c) 2016 Nicolás A. Ortega
# License: GNU GPLv3
for f in $@
do
echo "Converting $f to $f.ogg"
done