#!/bin/sh
set -u
set -e

/usr/games/boom -iwad /usr/share/games/freedoom/freedm.wad "$@"
