mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2025-04-05 06:11:10 +00:00
4 lines
89 B
Bash
Executable File
4 lines
89 B
Bash
Executable File
#!/bin/bash
|
|
# Add a SSH identity if nothing were found
|
|
ssh-add -l > /dev/null || ssh-add
|