This website works better with JavaScript.
Home
Help
Register
Sign In
mcy
/
scripts
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Activity
Browse Source
Renamed cluster/ -> ssh_tools/
And renamed utilities to avoid "cluster".
master
Matteo Cypriani
1 year ago
parent
bfa3d78fca
commit
20b84f300e
14 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
bin/cluster-deploy
+0
-1
bin/cluster-ping
+0
-1
bin/cluster-run
+0
-1
bin/cluster-ssh
+1
-0
bin/multicopy
+1
-0
bin/multiping
+1
-0
bin/multissh
+1
-0
bin/tabssh
+0
-0
ssh_tools/README.md
+0
-0
ssh_tools/TODO
+0
-0
ssh_tools/multicopy.sh
+0
-0
ssh_tools/multiping.sh
+0
-0
ssh_tools/multissh.sh
+0
-0
ssh_tools/tabssh.sh
+ 0
- 1
bin/cluster-deploy
View File
@ -1 +0,0 @@
../cluster/cluster-deploy.sh
+ 0
- 1
bin/cluster-ping
View File
@ -1 +0,0 @@
../cluster/cluster-ping.sh
+ 0
- 1
bin/cluster-run
View File
@ -1 +0,0 @@
../cluster/cluster-run.sh
+ 0
- 1
bin/cluster-ssh
View File
@ -1 +0,0 @@
../cluster/cluster-ssh.sh
+ 1
- 0
bin/multicopy
View File
@ -0,0 +1 @@
../ssh_tools/multicopy.sh
+ 1
- 0
bin/multiping
View File
@ -0,0 +1 @@
../ssh_tools/multiping.sh
+ 1
- 0
bin/multissh
View File
@ -0,0 +1 @@
../ssh_tools/multissh.sh
+ 1
- 0
bin/tabssh
View File
@ -0,0 +1 @@
../ssh_tools/tabssh.sh
cluster/README.md → ssh_tools/README.md
View File
cluster/TODO → ssh_tools/TODO
View File
cluster/cluster-deploy.sh → ssh_tools/multicopy.sh
View File
cluster/cluster-ping.sh → ssh_tools/multiping.sh
View File
cluster/cluster-run.sh → ssh_tools/multissh.sh
View File
cluster/cluster-ssh.sh → ssh_tools/tabssh.sh
View File
Write
Preview
Loading…
Cancel
Save