This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Start up script


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]