#!/bin/sh
#] 
#] *********************
#] $ bash "$d_bin"'starter/proj_Kaal.sh'  - workspace setup for IJCNN Organising Committee work
# www.BillHowell.ca  24Jan2026 initial


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



d_Kaal="$d_ProjMaj"'Electric Universe/Kaal SAM nucleus/'

if     [ -d "$d_Kaal" ];then 

	bash "$goApp"  "$delay_brs"  "browser"  'http://duckduckgo.com'  ''
	bash "$goApp"  "$delay_edt"  "browtab"  "$d_Kaal"   'Kaal Structured Atom Model vs Quantum Mechanics.html' 
#	bash "$goApp"  "$delay_edt"  "browtab"  "$d_Kaal"   ''
#	bash "$goApp"  "$delay_edt"  "browtab"  "$d_Kaal"   '' 

	bash "$goApp"  "$delay_edt"  "editor"   "$d_Kaal"   'Kaal Structured Atom Model vs Quantum Mechanics.html' 
#	bash "$goApp"  "$delay_edt"  "editor"   "$d_Kaal"   ''
#	bash "$goApp"  "$delay_edt"  "editor"   "$d_Kaal"   ''
#	bash "$goApp"  "$delay_edt"  "editor"   "$d_Kaal"   ''


else echo "proj_Kaal.sh  Error : directory not found"
fi


# enddoc
