#!/bin/bash

xterm -e "./build-script.sh ; read -p 'Press Enter to close'" || exit 1
