nix/home/program/bash/module/Ssh.sh

5 lines
65 B
Bash

# Kill all ssh sockets.
function sshka() {
rm ~/.ssh/*.socket
}