#!/bin/bash # Check if an argument is provided if [ -z "$1" ]; then echo "Usage: $0 " exit 1 fi # Pass the argument to build.sh sh ./l3-LOCAL_BALANCER/build.sh "$1"