blob: 731def1a30cddd60adcf2e3100d1b73ea89de2bc [file] [log] [blame]
#!/bin/bash
set -e
export DISPLAY=:99
Xvfb :99 -screen 0 1024x768x16 &
echo "hnelson:x:$(id -u):$(id -g)::/home/hnelson:/bin/bash" >> /etc/passwd
export HOME=/home/hnelson
exec "$@"