disable POSIX by default
This commit is contained in:
parent
980be4e945
commit
4496c28f61
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
# depends on https://git.sr.ht/~trinity/utilities (particularly fdivide(1),
|
||||||
|
# gt(1), and stris(1)) unless POSIXLY_CORRECT is set (not tested)
|
||||||
|
|
||||||
# these files (separated by newlines) will have the current CPU temperature
|
# these files (separated by newlines) will have the current CPU temperature
|
||||||
# multiplied by $CPU_TEMP_SCALE. this script divides the file contents by scale
|
# multiplied by $CPU_TEMP_SCALE. this script divides the file contents by scale
|
||||||
# and displays that temperature (assumed to be in Celsius units)
|
# and displays that temperature (assumed to be in Celsius units)
|
||||||
@ -16,10 +19,10 @@ alias date="date '+%Y-%m-%dT%T'"
|
|||||||
# not an integer)
|
# not an integer)
|
||||||
INTERVAL=1
|
INTERVAL=1
|
||||||
|
|
||||||
# enable if you have issues with missing `stris` etc. enabled by default.
|
# enable if you have issues with missing `stris` etc. will save negligible time
|
||||||
# will save negligible time with shells that don't spawn new processes for
|
# with shells that don't spawn new processes for test(1)
|
||||||
# test(1)
|
# fdivide_posix() may not be fully working yet, so it's not enabled by default
|
||||||
POSIXLY_CORRECT=1
|
#POSIXLY_CORRECT=1
|
||||||
|
|
||||||
# this URL will have in plain text the public IP address from which it was
|
# this URL will have in plain text the public IP address from which it was
|
||||||
# accessed
|
# accessed
|
||||||
|
Loading…
Reference in New Issue
Block a user