ASArgs.ASArgs is an easy to use command line style drop-in for AppleScripts.
It allows you to use arguments and parameters in AppleScript, much like you would in a shell script, e.g. `$1`, `$2`, `$n` and `$#`.
ASArgs returns two arrays containing arguments and parameters respectively.