Skip to content

Instantly share code, notes, and snippets.

@Mando-22
Mando-22 / sshc.sh
Created November 4, 2012 22:49 — forked from kirs/sshc.sh
Manage ssh connection information
#!/bin/bash
SSHC_PATH=$HOME'/.sshc'
if [ ! -d $SSHC_PATH ] ; then
mkdir "$SSHC_PATH"
fi
case "$1" in
-a | --add)
touching_name="$2"