a couple of new scripts and fixes, fix for keyboard layouts on lock screen

This commit is contained in:
Von Random 2017-06-12 13:43:17 +03:00
parent dcbca52e0e
commit 6c22f6be55
5 changed files with 108 additions and 1 deletions

View file

@ -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"