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
autoShowRun.sh
Find file
Normal view
History
Permalink
autoShowRun.sh
101 Bytes
Newer
Older
init
Juon Kawakami
committed
Nov 19, 2022
1
2
3
4
5
6
7
8
9
10
#! /bin/bash
.
$(
dirname
$0
)
/config.sh
COUNT
=
"0 0 0"
while
[
1
]
;
do
clear
showRuns.sh
sleep
5
done