1 2 3 4 5 6
#!/bin/bash gh ssh-key add $1 --title $2 rm $1 echo "Successfully added new key with title " $2