[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Independent differently-configured instances running concurrently
From: |
Michael Heerdegen |
Subject: |
Re: Independent differently-configured instances running concurrently |
Date: |
Tue, 29 Apr 2014 02:10:27 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.90 (gnu/linux) |
Hans BKK <hansbkk@gmail.com> writes:
> > Why do you run bash recursively?)
>
> If you mean, why open to the shell rather than straight into emacs, as
> I said I'm tracking my config changes with git, may want to check
> status, pull/commit/push there before and/or after a given session.
No, I don't understand what you had sent:
#!/bin/bash
HOME=$HOME/emacs/homes/vanilla
export PATH="~/.cask/bin:$PATH"
/bin/bash
# emacs
What's the purpose of the second /bin/bash occurrence? My impression is
that this script is just not your final version (with "emacs" commented
out ...)?
Michael.
- Independent differently-configured instances running concurrently, Hans BKK, 2014/04/28
- Re: Independent differently-configured instances running concurrently, Javier, 2014/04/28
- Re: Independent differently-configured instances running concurrently, Michael Heerdegen, 2014/04/28
- Re: Independent differently-configured instances running concurrently, Hans BKK, 2014/04/28
- Re: Independent differently-configured instances running concurrently,
Michael Heerdegen <=
- Re: Independent differently-configured instances running concurrently, Robert Thorpe, 2014/04/28
- Re: Independent differently-configured instances running concurrently, Hans BKK, 2014/04/28
- Message not available
- Re: Independent differently-configured instances running concurrently, Hans BKK, 2014/04/29