#!/bin/sh
#] 
#] *********************
#] bash  "$d_bin"'starter/charity.sh'  - tbl of charity (plan/actual)
#]    DO NOT use start script!! 
# www.BillHowell.ca  29Dec2023 initial

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

# 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 "charity.sh is running in Desktop $wrkSpc"



# defined for this script : 
d_give="$d_web"'Personal/Charity/'


# +-----+
# run


#] charity()  - tbl of charity (plan/actual)

	charity()
{  
	bash "$goApp"	"$delay_fmg"	"filemgr"	"$d_give"		''
	bash "$goApp"	"$delay_fmg"	"filemgr"	"$d_give"		''
	bash "$goApp"	"$delay_trm"	"terminal"	''					''
	bash "$goApp"	"$delay_trm"	"terminal"	''					''

	bash "$goApp"	"$delay_brs"	"browser"	""		'' 
	bash "$goApp"	"$delay_edt"	"editor"		"$d_give"		'0_Charities notes.txt'
	bash "$goApp"  "$delay_LOf"	"libroff"	"$d_give"		'0_Charities summary.ods'  



} 


	charity




# enddoc
