#!/bin/sh

if [ "$1" = "-GSFilePath" ] || [ "$1" = "-GSTempPath" ]; then
   file="$2"
else
   file="$1"
fi

# echo $file
# logger $file

xine "$file" &
