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
commandToKernels.sh
Find file
Normal view
History
Permalink
commandToKernels.sh
105 Bytes
Newer
Older
init
Juon Kawakami
committed
Nov 19, 2022
1
2
3
4
5
6
7
#!/bin/bash
.
$(
dirname
$0
)
/config.sh
for
HOST
in
$SERVER_HOSTS
;
do
ssh
$REMOTE_USER
@
$HOST
$*
done