Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
From: "Robert Mark Bram" <relaxedrob@optushome.com.au>
To: "Andrew Markebo" <flognat@flognat.myip.org>
Cc: "Cygwin" <cygwin@cygwin.com>
Subject: RE: Start up script
Date: Tue, 19 Mar 2002 12:21:15 +1100
Message-ID: <AHENJAAPGAHKCFPLDPOJIEGKCBAA.relaxedrob@optushome.com.au>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
In-Reply-To: <m3ofhlj46r.fsf@localhost.localdomain>
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700
Importance: Normal

Howdy all!

Read the documentation.. made my .bashrc script!

Here it is so far:

function ll
{
   ls -l
}

function m
{
   man $1 | less
}




Any one have any other nice tricks they use in theirs?

Rob
:)

-----Original Message-----
From: cygwin-owner@cygwin.com [mailto:cygwin-owner@cygwin.com]On Behalf
Of Andrew Markebo
Sent: Tuesday, 19 March 2002 2:18 AM
To: Robert Mark Bram
Cc: Cygwin
Subject: Re: Start up script


| How can I set up a starting script that will be run in Cygwin?

Eh exactly what do you want?? 

A starting script that will be run in cygwin, you mean you want to
doubleclick a .sh file and it will be thrown on bash?? Or?? 

        /Andy
-- 
 The eye of the beholder rests on the beauty!

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

