Hi all,

It is easy to create an AppleScript applet that will launch "sage".
Assuming the sage
folder is within the Mac OS X Applications folder, the script is

     tell application "Terminal"
        do script "/Applications/sage/sage"
    end tell

This script can be saved as a double-clickable application with its
own icon.
Let me know if you would like a copy of the version I created with an
icon
based on the sage logo.

Adam



--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to