#!/bin/dash
# emulate gfontsel with Xdialog
exec Xdialog --fontsel "$1" 0 0

