#!/bin/bash
echo CD_DA
echo TRACK AUDIO
for i in "$@"
do
	echo
	echo SILENCE 00:02:00
	echo FILE \"$i\" 0
done
