create script red run first (you may need to change permissions) run the script red run first. create the script red run second run the script as ./red run second (you may need to change permissions) the 2nd script will produce a number between 1 - 20 if programmed and ran correctly. you may should think about how the variables are set, the commands used for setting the variables, and the forked process. the first script will run in a child process/shell. the 2nd script will run in a different child process/shell so it doesn't understand the variable. you will need to run red run first script in a special way to get the correct numeric answer produced by the second script. answer the number that is produced by the script in the field below. type it numerically like 10 or 12.