#!/bin/sh

rm output.fig -f
rm output.png -f
rm output.jpeg -f
rm output.svg -f

rm *.pyc -f

rm *~  2> /dev/null
rm \#*\#  2> /dev/null

