#!/bin/bash -e

if zenity --question --text "Reset MAME Controller config ?"; then
	rm $HOME/.config/mame/cfg/*
fi
