How do run a a shell script with an AppleScript? How do I integrate shell scripts into AppleScript? How do I call a shell script called /path/to/chkhost.sh using an applescript?
{ 5 comments }
by nixCraft on January 26, 2009 · 5 comments
How do run a a shell script with an AppleScript? How do I integrate shell scripts into AppleScript? How do I call a shell script called /path/to/chkhost.sh using an applescript?
{ 5 comments }
by nixCraft on August 24, 2007 · 4 comments
Q. How do I change my own profile? How do I change profile for other users? How do I setup global profile for all users under BASH shell? A.. You need to add user profile to ~/.bash_profile. It is the personal initialization file, executed for login shells. There is also ~/.bashrc file which is the [...]
{ 4 comments }
