diff --git a/xvfb-run.sh b/xvfb-run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..6ba4112bb586079e5ae8e9389bd991283cc358c7
--- /dev/null
+++ b/xvfb-run.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+export DISPLAY=:99
+/etc/init.d/xvfb start
+sleep 1
+$@
+exit_value=$?
+/etc/init.d/xvfb stop
+exit $exit_value