dotfiles/wayland/config/eww/scripts/home/shortcuts/development/server-nintendo-rvl101
2026-04-07 17:56:10 -07:00

6 lines
185 B
Bash
Executable file

#!/bin/bash
alacritty -T ' server-nintendo-rvl101' -e bash -c '\
eval $(ssh-agent) &> /dev/null; \
ssh-add ~/.ssh/id_ed25519 &> /dev/null; \
ssh -A pogmommy@server-nintendo-rvl101'