Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Create a direct command icon in Gnome
- Date: Thu, 10 Sep 2009 01:47:48 +0900
- From: Curt Sampson <cjs@example.com>
- Subject: Re: [tlug] Create a direct command icon in Gnome
- References: <4AA7D824.4010907@example.com>
- User-agent: Mutt/1.5.18 (2008-05-17)
On 2009-09-10 01:30 +0900 (Thu), Dave M G wrote: > I want to create an icon on my desktop that when clicked, runs the > following command: > > ssh -X computerB@example.com Have you tried just cd'ing to your Desktop folder and doing the following? cat > "Go There" #!/bin/sh -e ssh -X computerB@example.com ^D chmod +x "Go There" (The "^D" is, of course, holding down the "Ctrl" key and pressing "D".) cjs -- Curt Sampson <cjs@example.com> +81 90 7737 2974 Functional programming in all senses of the word: http://www.starling-software.com
- References:
- [tlug] Create a direct command icon in Gnome
- From: Dave M G
Home | Main Index | Thread Index
- Prev by Date: [tlug] Create a direct command icon in Gnome
- Next by Date: Re: [tlug] Create a direct command icon in Gnome
- Previous by thread: [tlug] Create a direct command icon in Gnome
- Next by thread: Re: [tlug] Create a direct command icon in Gnome
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links