4 git clone https://gerrit.o-ran-sc.org/r/nonrtric
5 cd nonrtric/sample-services/ics-producer-consumer || exit
7 # Run the start.sh script and capture its exit status
11 # Check the exit status of the start.sh script
12 if [ $start_status -eq 0 ]; then
13 echo "start.sh exited successfully (exit code 0)"
15 echo "start.sh exited with an error (exit code $start_status)"