Pulling the legos apart part 2
Moving on from the other day we will be discussing the next two methods/functions that are found in this script below. #!/bin/bash check_exit_status() { if [ $? -eq 0 ] then echo echo "Suc
Moving on from the other day we will be discussing the next two methods/functions that are found in this script below. #!/bin/bash check_exit_status() { if [ $? -eq 0 ] then echo echo "Suc