Create vscode-start.sh
This commit is contained in:
parent
800bf6e91d
commit
850749f5aa
1 changed files with 5 additions and 0 deletions
5
vscode-start.sh
Normal file
5
vscode-start.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
eval `ssh-agent`
|
||||
ssh-add
|
||||
code
|
Loading…
Reference in a new issue