I really have too many tray icons. You know the ones. They sit on your taskbar, perhaps doing something in the background or, ...
At first glance, it might not seem to make sense to write shell scripts in C/C++. After all, the whole point to a shell script is to knock out something quick and dirty. However, there are cases where ...
Why do you want osascript to run a new shell with 'do shell script' when you are already in a shell script? You can simply let the current shell expand variables and execute commands (and as suggested ...