Re: Re: Modeline
"J.R. Mauro" <[email protected]>
| Newsgroups | gmane.comp.window-managers.ratpoison.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Nov 9, 2008 at 5:16 PM, Trent W. Buck <[email protected]> wrote: > On Sun, Nov 09, 2008 at 10:36:55AM -0500, J.R. Mauro wrote: >> On Sun, Nov 9, 2008 at 7:51 AM, Trent W. Buck <[email protected]> wrote: >> > [email protected] writes: >> >> I'm using dzen2 for this purpose: >> >> >> >> http://www.psb.ugent.be/~kebil/dot/ >> > >> > FYI, these are not sh scripts, but bash scripts. Accordingly, you >> > should use #!/bin/bash, not #!/bin/sh. >> >> Unless your /bin/sh *is* bash. > > No, it's still naughty and misleading to use #!/bin/sh in that case. > I was making a joke. The #!/usr/bin/env bash is probably the best solution.