4 lines
113 B
Bash
4 lines
113 B
Bash
#!/bin/bash
|
|
|
|
# Define the interval for printing temperature table header
|
|
readonly TABLE_HEADER_PRINT_INTERVAL=10
|