scripts

Scripts for general automations
git clone git://git.laack.co/scripts.git
Log | Files | Refs

ssh-manager.sh (84B)


      1 #!/bin/bash
      2 
      3 SELECTION=$(cat ~/bin/resources/ssh-options.txt | fzf)
      4 
      5 ssh $SELECTION