msg-qemu/apps/Emacs.app/Contents/Resources/script
2023-09-16 10:01:33 -06:00

4 lines
212 B
Bash
Executable file

#! /bin/bash
# ssh -X -i $HOME/.guix/ssh-cert/msg_rsa admin@127.0.0.1 -p 9001 guix install emacs-next &&
ssh -X -i $HOME/.guix/ssh-cert/msg_rsa admin@127.0.0.1 -p 9001 /home/admin/.guix-profile/bin/emacs &&
exit