Artifact [e04ea78c40]
Not logged in

Artifact e04ea78c408e33ddcc096d7d6027f4ae7e408707:


#! @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]