#!/bin/sh

# exec driver

if [ -e /module/keybord.mod ]; then
	/module/keybord.mod &
fi
