a couple of new scripts and fixes, fix for keyboard layouts on lock screen
This commit is contained in:
parent
dcbca52e0e
commit
6c22f6be55
5 changed files with 108 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
export SSH_AUTH_SOCK="${HOME}/.ssh/ssh_auth_sock"
|
||||
cmd=$1
|
||||
cmd="$1"
|
||||
shift
|
||||
get_hosts() {
|
||||
awk -F",| " '{print $1}' "${HOME}/.ssh/known_hosts"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue