[CentOS] Autorun ability on cd?

James B. Byrne byrnejb at harte-lyne.ca
Thu Aug 6 17:57:33 UTC 2009


On Wed, August 5, 2009 16:37, James B. Byrne wrote:
>
> On: Wed, 5 Aug 2009 10:15:47 -0400, Stephen Harris
> <lists at spuddy.org> wrote:
>>
>> Untested, and it depends very much on your shell, but create a
>> function
>>
>>   cdr()
>>   {
>>     cd $1 || exit
>>     if [ -x ./.myscript ]
>>     then
>>       ./.myscript
>>     fi
>>   }
>>

Works like a charm.

$ cd projects/proforma.git
  Deploy-V.01.01.01
* master

Many thanks for this.

Sincerely,

-- 
***          E-Mail is NOT a SECURE channel          ***
James B. Byrne                mailto:ByrneJB at Harte-Lyne.ca
Harte & Lyne Limited          http://www.harte-lyne.ca
9 Brockley Drive              vox: +1 905 561 1241
Hamilton, Ontario             fax: +1 905 561 0757
Canada  L8E 3C3




More information about the CentOS mailing list