#!/bin/sh
mount -t vfat /dev/mmcblk0p1 /media/card
cd /media/card
ls
