Artifact e04ea78c408e33ddcc096d7d6027f4ae7e408707:
- Executable file n2o.in — part of check-in [252a08e1ad] at 2018-12-13 10:31:29 on branch trunk — Add coverage switch for n2o script (user: bernd size: 392) [more...]
#! @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]