Files
harbour-core/harbour/doc/man/hbdot.1
Przemyslaw Czerpak 71e74d048d 2007-10-24 21:57 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
- harbour/debian/hbdot.1
  - harbour/debian/harbour.1
  - harbour/debian/hbmake.1
  - harbour/debian/hbtest.1
  - harbour/debian/hbpp.1
  - harbour/debian/hbrun.1
  - harbour/debian/hbdoc.1
  + harbour/doc/man
  + harbour/doc/man/hbdot.1
  + harbour/doc/man/harbour.1
  + harbour/doc/man/hbmake.1
  + harbour/doc/man/hbpp.1
  + harbour/doc/man/hbtest.1
  + harbour/doc/man/hbrun.1
  + harbour/doc/man/hbdoc.1
    * moved man files from ./debian directory to ./doc/man

  * harbour/debian/rules
    * updated for new man files location
  * harbour/bin/pack_src.sh
  * harbour/harbour.spec
    * added man files to RPMs
2007-10-24 19:57:49 +00:00

29 lines
772 B
Groff

.TH HBDOT 1
.SH NAME
hbdot \- "DOt Prompt" Console for the Harbour Language
.SH SYNOPSIS
\fBhbdot\fP \fB[<file[.prg]>\fP \fB[<parameters,...>]]\fP
.SH DESCRIPTION
\fBhbdot\fP is "DOt Prompt" console for the Harbour Language.
It can work as interpreter when run without parameters
or can execute xBase/Clipper source code in .prg file given
as first parameter.
.PP
\fBhbdot\fP can be also used to execute .prg files as scripts
It's enough to add in the first line of .prg file:
.PP
\fB#!/usr/bin/hbdot\fP
.PP
and set executable attribute.
.SH OPTIONS
This program has no options. \fB<parameters,...>\fP are passed to
startup function in executed code coming from \fB<file[.prg]>\fP.
.SH AUTHOR
Przemyslaw Czerpak, The Harbour Project (http://www.harbour-project.org)