question archive File called 'phone', within the ~/scripts directory
Subject:Computer SciencePrice: Bought3
File called 'phone', within the ~/scripts directory. It should
start with a line indicating that it needs to run in a bash shell, followed
by the same line you just ran:
Now give yourself execute permission for the 'phone' script, for example:
chmod u+x phone
Also, add your 'scripts' directory to your PATH:
PATH=$PATH:~/scripts
this show this
'phone' is not giving the correct output, make sure that it is correct,
with the correct permissions, and that 'scripts' is in your PATH
but my result is incorrect