As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Bash source code syntax highlighting (style: standard) with prefixed line numbers and code folding option.
Alternatively you can here view or download the uninterpreted source code file.
1 #!/bin/sh 2 3 make clean 4 make 5 6 echo"" 7 echo"Move to ./bin folder and type ./xstress to run the tool" 8 echo"For help read the provided README file." 9 echo"Thank you for using xstress" 10 echo""