I was provided with a file file named libfunctions.a It contains functions that I need to reference in my program. for example, if the user inputs '1', it should use function f1 in the libfunctions file
I am also provided with test.sh, bench.sh, and a makefile If my program was correct, I should be able to test it using "make test", but when I do that, it outputs: make: execvp: ./test.sh: Permission denied make: *** [test] Error 127