Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[b]if[/b] [teal](([/teal] [navy]$([/navy][teal]<[/teal] PERCENT_ALERT[teal].[/teal]txt [teal])[/teal] [teal]<=[/teal] [purple]100[/purple] [teal]));[/teal] [b]then[/b]
/usr/lib/sendmail -v -f [green][i]"ALERT"[/i][/green] [green][i]"email@address.com"[/i][/green] [teal]<[/teal] ALERT[teal].[/teal]txt
[b]else[/b]
echo [green][i]"File is Empty"[/i][/green]
[b]fi[/b]
[navy]percent[/navy][teal]=[/teal][navy]$([/navy][teal]<[/teal] PERCENT_ALERT[teal].[/teal]txt [navy])[/navy]
[b]if[/b] [teal](([/teal] percent [teal]<=[/teal] [purple]100[/purple] [teal]));[/teal] [b]then[/b]
/usr/lib/sendmail -v -f [green][i]"ALERT"[/i][/green] [green][i]"email@address.com"[/i][/green] [teal]<[/teal] ALERT[teal].[/teal]txt
[b]else[/b]
echo [green][i]"File is Empty"[/i][/green]
[b]fi[/b]
[navy]percent[/navy][teal]=[/teal][navy]$([/navy][teal]<[/teal] PERCENT_ALERT[teal].[/teal]txt [navy])[/navy]
[highlight]echo [green][i]"percent='$percent'"[/i][/green][/highlight]
[highlight][b]if[/b] [teal](([/teal] percent [teal]<=[/teal] [purple]100[/purple] [teal]));[/teal] [b]then[/b][/highlight]
[highlight]echo [green][i]'percent is small'[/i][/green][/highlight]
[highlight][b]else[/b][/highlight]
[highlight]echo [green][i]'percent is big'[/i][/green][/highlight]
[highlight][b]fi[/b][/highlight]
[b]if[/b] [teal](([/teal] percent [teal]<=[/teal] [purple]100[/purple] [teal]));[/teal] [b]then[/b]
[highlight]echo [green][i]'before send'[/i][/green][/highlight]
/usr/lib/sendmail -v -f [green][i]"ALERT"[/i][/green] [green][i]"email@address.com"[/i][/green] [teal]<[/teal] ALERT[teal].[/teal]txt
[highlight]echo [green][i]'after send'[/i][/green][/highlight]
[b]else[/b]
echo [green][i]"File is Empty"[/i][/green]
[b]fi[/b]