Skip to content

Commit

Permalink
Update Sshm.sh
Browse files Browse the repository at this point in the history
Code cleanup.
  • Loading branch information
iAGorynT committed Dec 13, 2024
1 parent 96fae71 commit 1f76bfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ShellScripts/Sshm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ trap 'echo -e "\nCtrl-C will not terminate $0."' INT

function setsshpw {
clear
sshpw.sh
Sshpw.sh
}

function turnsshon {
Expand All @@ -27,7 +27,7 @@ function showsshstat {

function listsshdir {
clear
sshdir.sh
Sshdir.sh
}

function menu {
Expand Down

0 comments on commit 1f76bfb

Please sign in to comment.