#! /bin/bash echo echo '**********************' echo '* Running QuAcK Test *' echo '**********************' echo echo 'Testing the 3 branches of QuAcK... ' echo echo '********************************' echo '* Testing Restricted Branch ...*' echo '********************************' echo echo '********************************' echo '* OK With Restricted Branch ...*' echo '********************************' echo echo '***********************************' echo '* Testing Unrestricted Branch ... *' echo '***********************************' echo echo '***********************************' echo '* OK With Unrestricted Branch ... *' echo '***********************************' echo echo '**********************************' echo '* Testing Generalized Branch ... *' echo '**********************************' echo echo '**********************************' echo '* OK With Generalized Branch ... *' echo '**********************************' echo echo '*********************' echo '* End of QuAcK Test *' echo '*********************' echo