This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
swflint
/
bin-files
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
1fbeefda76
Větve
Značky
master
bin-files
/
watchmr
watchmr
110 B
Historie
Surový
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/sh
if [ $# -eq 1 ] ; then
cd $1
fi
while true ;
do
clear
mr status
sleep 10
done