Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
rrs
viewer
log-segmentation
31971f1befa045139b57847a6b3cc37315706198
31971f1befa045139b57847a6b3cc37315706198
Switch branch/tag
log-segmentation
scripts
competition
remote-control
commandToClients.sh
Find file
Normal view
History
Permalink
commandToClients.sh
104 Bytes
Newer
Older
init
Juon Kawakami
committed
Nov 19, 2022
1
2
3
4
5
6
#!/bin/bash
.
$(
dirname
$0
)
/config.sh
for
HOST
in
$CLIENT_HOSTS
;
do
ssh
$REMOTE_USER
@
$HOST
$1
done