#!/bin/shif [ ! -f test_app_server ]; thenecho "You need to \"TARGET_PLATFORM=libbe_test jam -q install-test-apps\" first."echo "Afterwards, make sure you head to the folder with the test_app_server and run the script installed there."echo "If you need additional help, check in the \"NOTES\" file."exitfi# launch registrarrun_test_registrar || exit# launch app_servertest_app_server &if [ "$#" -eq 0 ]; then# no argument given, don't start any appsexitelif [ "$1" = "-o" ]; thenopen .shiftfisleep 1for i in $@; do$i &done