Make mount/ copy optional

This commit is contained in:
Joshua Bell 2018-04-10 21:25:33 -07:00
parent d11ff8755b
commit 8d88ddac64

View File

@ -53,6 +53,8 @@ stats "date.s"
stats "puzzle.s"
# Mountable directory
echo "Copying files to mount/"
mount 'show.image.file.$F1'
mount 'this.apple.$F1'
if [ -d mount ]; then
echo "Copying files to mount/"
mount 'show.image.file.$F1'
mount 'this.apple.$F1'
fi