Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F8308673
restartslaves.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
161 B
Subscribers
None
restartslaves.sh
View Options
#!/bin/bash
declare
-a
arr
=(
$(
cat
$1
|
grep Lin
|
cut -d
":"
-f
2
-
|
sed
"s/,/ /g"
)
)
for
i in
"
${
arr
[@]
}
"
do
echo
"
$i
"
./remoterestartslave
${
i
}
done
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Sat, Dec 21, 12:50 PM (1 d, 21 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4022829
Default Alt Text
restartslaves.sh (161 B)
Attached To
rCRASHTESTHG crashtesthg
Event Timeline
Log In to Comment