1 changed files with 11 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||
#!/bin/sh -e |
|||
|
|||
x=$(date|cut -f5 -d' '|cut -f1 -d:) |
|||
|
|||
brownout $(bc -e "define redlevel(x) { |
|||
if((x-12) <= 0) |
|||
return((83*(12-x))) |
|||
else |
|||
return((83*(x-12))) |
|||
} redlevel($x)") |
|||
|
Loading…
Reference in new issue