summaryrefslogtreecommitdiff
path: root/hw/xquartz/bundle/X11.sh
blob: 4295da9b7e1566c1ccb0b3b361051602bae6954c (plain)
1
2
3
4
5
6
7
8
#!/bin/bash --login

if [ -x ~/.x11run ]; then
	exec ~/.x11run "$(dirname "$0")"/X11.bin "${@}"
else
	exec "$(dirname "$0")"/X11.bin "${@}"
fi