Browse Source

Added generate_html.sh

master
Stefano Marinelli 7 years ago
parent
commit
45f0b47722
  1. 10
      chillicount.sh

10
chillicount.sh

@ -8,15 +8,7 @@ clear > /dev/tty9 @@ -8,15 +8,7 @@ clear > /dev/tty9
echo "Sessione in corso..." > /dev/tty9
echo "Minuti rimanenti: $MIN" > /dev/tty9
echo "<html>"
echo " <head>"
echo " <title>Residuo: $MIN minuti</title>"
echo " <meta http-equiv="refresh" content="30">"
echo " </head> "
echo " <body> "
echo "Tempo Residuo di utilizzo: $MIN minuti"
echo " </body> "
echo "</html> "
/dragas/generate_html.sh $MIN > /tmp/dragas/index.html
MIN=$((MIN-1));
sleep 59;

Loading…
Cancel
Save