bin/bash function quit { exit } function hello { echo Hello! } ... Lines 5-7 contain the 'hello' function If you are not absolutely sure about what this script does, please ...
tldp.org