oga-converter/ogg-converter.sh
Nicolás A. Ortega 7da86ad732
Added the initial source.
Still have a long ways to go.
2016-04-23 02:03:59 +02:00

9 lines
129 B
Bash
Executable File

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