1#!/bin/sh
2# run this from the command line in the current directory (userfiles): ./set_symlinks.sh
3# this script must be set to executable and it assumes that your data edirectory has not been moved
4ln -s ../../../../../data/media file
5ln -s ../../../../../data/media image
6ln -s ../../../../../data/media media
7ln -s ../../../../../data/media flash
8
9