#!/bin/sh
#] 
#] *********************
#] $ bash "$d_bin""starter/family_Dad.sh"  - workspace for project on Dad's history
# www.BillHowell.ca  06Jan2017

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

# just put source at wkSpc level scripts, 
#    because for higher up nested sources, workSpace_select not recognized!! (fix that later)
source "$d_bin"'starter/0_workSpace select.sh'
workSpace_select

echo "family_Dad.sh is running in Desktop $wrkSpc"



d_DadHistory="$d_ProjMini"'Dads history/'
d_Posters="$d_ProjMini"'House - window posters/'

	bash "$goApp"	"$delay_fmg"	"filemgr"	""						''
	bash "$goApp"	"$delay_trm"	"terminal"	""						''
	bash "$goApp"	"$delay_brs"	"browser"	"http://duckduckgo.com"  ''
	bash "$goApp"	"$delay_edt"	"editor"		"$d_DadHistory"	'Neil Crawford Howell - history.txt' 
	bash "$goApp"	"$delay_edt"	"editor"		"$d_DadHistory"	'Irene Marjorie Walacker - history.txt' 
#	bash "$goApp"	"$delay_edt"	"editor"		"$d_Posters"		'0_window posters notes.txt' 
#	bash "$goApp"	"$delay_gmp"	"gimp"		"$d_Posters"		'Panel2 - RCMP South West. Japanese East middle.xcf' 




# enddoc
