#!/bin/sh

mplayer /usr/share/mplayer/background.avi -loop 0 >/dev/null 2>&1
echo $? > /tmp/mp_result
