I\'m making a simple shell, and I need to be able to run a command such as sleep 5 &. The & tells it to run as a background process, so I can i
sleep 5 &
&