removed unused directories and moved bash scripts to root
This commit is contained in:
7
enable-key.sh
Executable file
7
enable-key.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
KEYFILE="/home/${USER}/.ssh/github_key"
|
||||
|
||||
eval "$(ssh-agent -s)"
|
||||
ssh-add ${KEYFILE}
|
||||
Reference in New Issue
Block a user