7 | | Mac OS users may ask wether there will be Applescript scripts, the answer is no. Although Applescript is a nice technology, it's a pain to implement. But fear not! Mac OS X is a Unix after all, so any script you find here will also work on the Mac. Even from within Applescript, you can run these scripts by typing: {{{do shell script "path/to/script"}}}. |
8 | | |
9 | | ''These will mainly be command-line scrips using the transmission-remote.'' |
| 7 | Mac OS users may wonder wether there will be Applescript scripts, the answer is ''no''. Although Applescript is a nice technology, it's a pain to implement. However, Mac OS X is a Unix after all, so any script you find here will also work on the Mac. Even from within Applescript, you can run these scripts by typing: {{{do shell script "path/to/script"}}}. |