# Launches all samples export DIR=`echo $0 | sed "s/launch//"` ${DIR}../../bin/glimmer \ "${DIR}hello_browser.rb" \ "${DIR}hello_combo.rb" \ "${DIR}hello_computed.rb" \ "${DIR}hello_list_multi_selection.rb" \ "${DIR}hello_list_single_selection.rb" \ "${DIR}hello_tab.rb" \ "${DIR}hello_world.rb"