2009-11-18 Chris Toshok <toshok@ximian.com>
[moon.git] / test / make-xephyr
blob442c6fbc9ad2084ecff56f640f05465880b8b12b
1 #!/bin/bash -e
3 Xephyr :2 -dpi 96 -noreset -ac -screen 1200x960 &
5 DISPLAY=:2 make "$@"
7 pkill Xephyr