#! @GFORTHFAST@ \ -*- mode: Forth -*- warnings off \ in production mode, we don't want any warnings fpath+ @DATADIR@/gforth/@GFVER@/net2o-@PACKAGE_VERSION@ @HAS_GPSD@ [IF] \ gpsd s" unix/gps.fs" open-fpath-file 0= [IF] 2drop close-file throw : has-gpsd? ; [THEN] [THEN] 1 arg "+cov" str= [IF] shift-args require coverage.fs [THEN] require n2o.fs script? [IF] start-n2o [THEN]