2 changed files with 13 additions and 0 deletions
@ -0,0 +1,12 @@
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh |
||||
|
||||
echo "<html>" |
||||
echo " <head>" |
||||
echo " <title>Residuo: $1 minuti</title>" |
||||
echo " <meta http-equiv="refresh" content="30">" |
||||
echo " </head> " |
||||
echo " <body> " |
||||
echo "Tempo Residuo di utilizzo: $1 minuti" |
||||
echo " </body> " |
||||
echo "</html> " |
||||
|
||||
Loading…
Reference in new issue