#!/bin/bash
cd mediadir
rm sample1.wav&>/dev/null
rm sample2.mp3&>/dev/null
rm sample1.ogg&>/dev/null
cd ..

