# File: second 
echo "This is the second script."
car1=chrysler
car2=dodge
echo "Child car 1: $car1"
echo "Child car 2: $car2"
