#!/bin/bash ########################################################################### # # Copyright (c) 2020-2025 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # # @file run_server.sh # # @author (last) Peter Lucia # @date (last) 21-Oct-2020 # @author (original) Peter Lucia # @date (original) 28-Sep-2020 # ############################################################################ DISPLAY_NUM=8 /opt/squishqt/bin/squishserver --config addAppPath ~/Desktop ./startxvfb.sh $DISPLAY_NUM DISPLAY=:$DISPLAY_NUM /opt/squishqt/bin/squishserver ./stopxvfb.sh $DISPLAY_NUM echo "Done."