blob: 4ad926fffcc29b3deae97d15dbde2801d17a8574 [file] [log] [blame]
Parker Schuh46b48812019-02-22 20:45:36 -08001#!/bin/sh
2echo "Mount jevois ..."
3./jevois-cmd usbsd
4
5echo "Waiting for fs ..."
6while [ ! -d /media/$USER/JEVOIS ]
7do
8 sleep 1
9done
10echo "OK"
11
12echo "Copying files ..."
13cp ./austin_cam.sh /media/$USER/JEVOIS/
14
15echo "Unmount sd card ..."
16umount /media/$USER/JEVOIS
17echo "OK"
18
19echo "Rebooting Jevois."
20./jevois-cmd restart