#!/bin/bash

export DISPLAY=:0.0
xterm &
sleep 2

if [ -e "/opt/bin/keyboard.sh" ]; then
  /opt/bin/keyboard.sh
else
  matchbox-keyboard &
fi

