#!/bin/sh
#] 
#] *********************
#] $ bash "$d_bin"'starter/proj_multiFractal.sh'  - [time, length, theme] multifractals
# www.BillHowell.ca  05Jan2026 initial


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

# switch to FIXED Workspace 4
wrkSpc=3
echo "proj_multiFractal.sh is running in Desktop $wrkSpc+1"
wmctrl -s  "$wrkSpc"


d_mulFrc="$d_projMaj"'Electric Universe/[time, length, theme] multifractals/'
d_images="$d_mulFrc"'images/'

	bash "$goApp"	"$delay_fmg"	'filemgr'	"$d_mulFrc"		''
	bash "$goApp"	"$delay_fmg"	'filemgr'	"$d_images"		''
	bash "$goApp"	"$delay_trm"	'terminal'	''					''
	bash "$goApp"	"$delay_trm"	'terminal'	''					''
	bash "$goApp"	"$delay_edt"	'editRght'	"$d_mulFrc"		'0_EU [time, length, theme] multifractals notes.txt' 

	bash "$goApp"	"$delay_trm"	'terminal'	''					''
	bash "$goApp"	"$delay_brs"	'browLeft'	'http://duckduckgo.com'	''
	bash "$goApp"	"$delay_edt"	'editRght'	"$d_mulFrc"		'EU calendars.HtmWeb.html' 
	bash "$goApp"	"$delay_edt"	'editRght'	"$d_mulFrc"		'???' 

	bash "$goApp"	"$delay_trm"	'terminal'	''					''
	bash "$goApp"	"$delay_brs"	'browLeft'	'http://duckduckgo.com'	''
	bash "$goApp"	"$delay_edt"	'editRght'	"$d_mulFrc"		'EU calendars.HtmWeb.html' 
	bash "$goApp"	"$delay_edt"	'editRght'	"$d_mulFrc"		'???' 

	bash "$goApp"	"$delay_trm"	'terminal'	''					''
	bash "$goApp"	"$delay_brs"	'browLeft'	'http://duckduckgo.com'	''
	bash "$goApp"	"$delay_edt"	'editRght'	"$d_mulFrc"		'0_gnuplot notes.txt' 
	bash "$goApp"	"$delay_edt"	'editLeft'	"$d_bin"			'gnuplot find [dir, pth]s.txt' 



	# [dir, pth]s with .plt files : 
#	bash "$goApp"	"$delay_edt"	'editRght'	"$d_bin"			'gnuplot.link.txt'  
#	bash "$goApp"	"$delay_edt"	'editLeft'	"$d_bin"			'calendars.dat' 
#	bash "$goApp"	"$delay_edt"	'editRght'	"$d_bin"			'calendars.plt'  


# enddoc
