#!/bin/sh
#] 
#] *********************
#] $ bash "$d_bin""starter/start_SummerDaze.sh"  - workspace for Hussar SummereDaze festival work
# www.BillHowell.ca  06Jan2017
# basic startup of always-used stuff, using computer's on-board drive instead of PROJECTS drive



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


d_SumDaz="/media/bill/SWAPPER/My_Clubs/Hussar Lions/2018 Summerdaze/"

 bash "$goApp"  "$delay_fmg"  "filemgr"   ""  ""
 bash "$goApp"  "$delay_trm"  "terminal"  ""  ""
 bash "$goApp"  "$delay_brs"  "browser"   "http://duckduckgo.com"  ""
 bash "$goApp"  "$delay_edt"  "editor"    "$d_SumDaz"  "0_Summerdaze notes.txt" 
 bash "$goApp"  " 8s"         "librLeft"  "$d_SumDaz"  "2018 BeerGardens schedule & instructions.ods" 
 bash "$goApp"  " 8s"         "libroff"   "$d_SumDaz"  "_contacts Hussar SummerDaze.ods" 
#bash "$goApp"  " 8s"         "libroff"   "$d_SumDaz"  "Hussar Daze - events & organisation.ods" 





# enddoc
