Added the initial source.
Still have a long ways to go.
This commit is contained in:
commit
7da86ad732
8
ogg-converter.sh
Executable file
8
ogg-converter.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user