I want to run both of the run.sh
files
I’m really new to Linux so could someone just spell this out for me. I know that I’d have to go into one of the directories and say
./run.sh & (insert something) &
Could someone help me out please
Would it be something like:
./run.sh & Parallella/parallella-examples/aobench/./run.sh &`
?
Advertisement
Answer
You can start the commands like this:
(./run.sh &) && (cd Parallella/parallella-examples/aobench; ./run.sh &)