Merge branch 'archi3' of https://github.com/eth-man/voidrice into archi3

This commit is contained in:
eth-man 2019-11-16 02:59:27 +01:00
commit 25b3aa275e

View File

@ -1,5 +1,3 @@
#!/bin/bash
#$TERMINAL -e ssh `cat ~/.ssh/config | grep ^Host | awk '{ print $2 }' | dmenu`
$TERMINAL -e ssh `cat ~/.ssh/config | grep ^Host | cut -d" " -f2 | dmenu -l 35 -p "SSH to?"`
$TERMINAL -e ssh `cat ~/.ssh/config | grep "^Host" | cut -d" " -f2 | dmenu -l 35 -p "SSH to?"`