#!/bin/sh
echo -e "Mounting iPod Touch"
mount |grep ipod > /dev/null && echo "Error: already mounted." && exit 1

echo -e "Don't forget to switch of the iPod's Auto Lock!"
echo "Password is alpine :-)"
sshfs  -o workaround=rename root@ipod:/private/var/mobile/Media /media/ipod && echo " ... success."
