removed unused directories and moved bash scripts to root

This commit is contained in:
2016-04-03 08:00:36 -07:00
parent e5ad3b64b0
commit 34bcd602f8
29 changed files with 0 additions and 160 deletions

7
enable-key.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
KEYFILE="/home/${USER}/.ssh/github_key"
eval "$(ssh-agent -s)"
ssh-add ${KEYFILE}