Added constants.sh
This commit is contained in:
parent
ab62b8dd73
commit
81bd752b37
3 changed files with 6 additions and 2 deletions
4
constants.sh
Normal file
4
constants.sh
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Define the interval for printing temperature table header
|
||||
readonly TABLE_HEADER_PRINT_INTERVAL=10
|
||||
Loading…
Add table
Add a link
Reference in a new issue