From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <14ec7b180701170938m1a77ad1by780e51d29fbdedfa@mail.gmail.com> Date: Wed, 17 Jan 2007 10:38:57 -0700 From: "andrey mirtchovski" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] AppleScript for Drawterm In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Topicbox-Message-UUID: 0571c3e0-ead2-11e9-9d60-3106f5b1d025 i find that scripts executed via the mouse take / as their cwd, which is slightly annoying on plan9 as drawterm will successfully cd to / before running my profile. i made a small modification: do shell script "cd ~ && drawterm -a somebox -c somebox"