3 if [ ! -e $HOME/.daphne
]; then
4 echo "Running Daphne for the first time..."
5 echo "Copy your framefiles/roms/mpegs to the corresponding folders"
6 echo "within $HOME/.daphne and reference them from the command-line."
7 echo "Ex: daphne lair vldp -framefile '~/.daphne/framefile/lair.txt'"
9 mkdir
$HOME/.daphne
/{roms
,mpegs
}
10 cp -R /usr
/share
/daphne
/roms
/* $HOME/.daphne
/roms
/