# MAKE EXECUTABLE chmod +x 1b_simple.sh # RUN BACKGROUND nohup ./1b_simple.sh > claim_output.log 2>&1 & # MONITOR PROGRESS tail -f claim_output.log