4 lines
212 B
Bash
Executable file
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
|