Is there a way to write .sh scripts to be used from eshell buffer? with eshell(elisp) specific commands?
I want ediff $1 $2 to be executed from my compare.sh from within eshell buffer.
ediff $1 $2
compare.sh
If you have emacsserver running, just try:
emacsserver
emacsclient --eval '(ediff-merge-files "FILE1" "FILE2" nil "NEWFILE")'
If you have
emacsserver
running, just try: