I was looking into the speech functions of my imac and i was wondering if i could get my mac to greet me when it turns on or wakes up? or do i need some program from the internet?
Are you using TextEdit? You need to make it plain text FIRST. Otherwise, the command-line interpreter won't recognize your shell script.k so im a bit of a noob but it wont let me save as .sh the closest i could get it was .sh.rtf then the operational parameters thing i don't get at all. can you please clarify what to do? thanks for the quick reply though
say greetings
OR
say it's time to code!
All i have is textedit or do you mean in textedit write...
Use 'say'.
3. Give the file executable parameters: chmod ugo+x greet.sh
where do i enter this?
where do i enter this?
i tryed that it comes up with
chmod: greet.sh: No such file or directory
what did i do wrong?
i tryed that it comes up with
chmod: greet.sh: No such file or directory
what did i do wrong?
You're not in the folder where greet.sh lives. use "cd <foldername>" to change directories.
B
i tryed that it comes up with
chmod: greet.sh: No such file or directory
what did i do wrong?
well ive done all this and when i log in it just opens the text file
did i miss something?
ya well when i rename it to greet.sh it turns it into greet.sh.txt and still nothing happens when i log in
and i don't know if it relevant but when i do the chmod ugo+x greet.sh it just goes to another blank line in terminal, theres no comfermation of anykind
and i don't know if it relevant but when i do the chmod ugo+x greet.sh it just goes to another blank line in terminal, theres no comfermation of anykind
say "Welcome to Macintosh"
Quit