X-Spam-Check-By: sourceware.org From: "David Christensen" To: "'Andrew DeFaria'" , References: <12391292 DOT post AT talk DOT nabble DOT com> <005801c7eabb$cd519bd0$0a00a8c0 AT a64x23800p> <46D6462D DOT 1020203 AT holdenweb DOT com> <003401c7eb12$1bb53e70$0a00a8c0 AT a64x23800p> Subject: RE: How do I make scripts my PC executable Date: Thu, 30 Aug 2007 10:38:07 -0700 Message-ID: <000a01c7eb2c$87512940$0a00a8c0@a64x23800p> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Andrew DeFaria wrote: > I think he was saying that this: > $ cat ssh-backup-all.bat > C:\cygwin\bin\bash ./ssh-backup-all > $ cat ssh-backup-all > #! /bin/sh > . /etc/profile > . /home/dpchrist/.bash_profile > ##### do backup stuff > could be reduced to this: > $ cat ssh-backup-all.bat > C:\cygwin\bin\bash -l ./ssh-backup-all > $ cat ssh-backup-all > ##### do backup stuff I forget the gory details, but I do remember that there was gore. I tried many permutations of Bash arguments, shell script commands, etc., and the above is what worked on my particular installation of Cygwin then (2006/09/14) and what still works on my particular installation of Cygwin today (last updated 2007-05-25). There may be other ways to get it to work; YMMV. David -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/