6 lines
175 B
Bash
Executable File
6 lines
175 B
Bash
Executable File
#!/bin/bash
|
|
# Launch Emacs in terminal mode with portfolio tracker
|
|
|
|
EMACS_NO_DESKTOP=1 emacs -nw --eval "(progn
|
|
(when (fboundp 'portfolio-tracker)
|
|
(portfolio-tracker)))" |