I was bound to do it at some point...
,----[ eshell.c ]
| #include <unistd.h>
|
| int main(int argc, char *argv[])
| {
| return execlp("emacs", "emacs", "-f", "eshell", (char *)NULL);
| }
`----
Compile
Install as /bin/eshell
Add /bin/eshell to /etc/shells
chsh
November 10 2001, 05:56:05 UTC 10 years ago
November 10 2001, 10:39:08 UTC 10 years ago
November 10 2001, 09:19:58 UTC 10 years ago
November 10 2001, 10:39:38 UTC 10 years ago
November 10 2001, 12:57:47 UTC 10 years ago
Updated, expanded, etc.
See Some Thoughts on the Emacs Shell.