#!/bin/sh
#] 
#] *********************
#] $ bash "$d_bin"'starter/proj_Magical Egypt.sh'  - John Anthony West's DVD series
#]    I [analys, comment]ed 2/8 DVDs
# www.BillHowell.ca  09Jan2017 initial


# defined in start_input :
#		d_start="$d_bin""starter/"
#		goApp="$d_start"'start_app.sh'  

# switch to FIXED Workspace 6
wrkSpc=5
echo "proj_Magical Egypt.sh is running in Desktop $wrkSpc+1"
wmctrl -s  "$wrkSpc"


d_majEgypt="$d_projMin"'Mythology/Magical Egypt/'
d_images="$d_projMin"'Mythology/Magical Egypt/images/'

	bash "$goApp"	"$delay_fmg"	'filemgr'	"$d_majEgypt"		''
	bash "$goApp"	"$delay_fmg"	'filemgr'	"$d_images"		''
	bash "$goApp"	"$delay_trm"	'terminal'	''					''
	bash "$goApp"	"$delay_trm"	'terminal'	''					''
	bash "$goApp"	"$delay_edt"	'editRght'	"$d_majEgypt"		'0_MagicalEgypt notes.txt' 

	bash "$goApp"	"$delay_trm"	'terminal'	''					''
	bash "$goApp"	"$delay_brs"	'browLeft'	'http://duckduckgo.com'	''
	bash "$goApp"	"$delay_brs"	'browtab'	"$d_majEgypt"		'West 2001 Magical Egypt- a symbolist tour, Howell review.HoWeb.html' 
	bash "$goApp"	"$delay_edt"	'editRght'	"$d_majEgypt"		'West 2001 Magical Egypt- a symbolist tour, Howell review.HoWeb.html' 




# enddoc
