Im new to scripting, done some basic scripts, but wonder how can I create a script that I could call and say the name of the file to compile in objective c in linux
ie
$ gcc
gnustep-config --objc-flags-lgnustep-base hello.m -o hello
so instead of all that long line I could use
$compile hello.m
to become the above line? hope this makes sense! thank you!