#!/bin/sh
export TZ=PST8PDT HOME=nonesuch UHOME=
# -c: # of columns
# -G: CGI output
# -l: Low tide level
# -N: Lookahead period for number-of-tides-of-this-level-or-lower
/usr/local/bin/lowtide -u"Santa Cruz" -c3 -G -l-1.5 -N365 :@
