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