Files
harbour-core/harbour/debian/hbdot.1
Przemyslaw Czerpak 8d99087f2f 2007-08-24 14:22 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
+ harbour/debian/hbdot.1
  * harbour/debian/rules
    + added man page for hbdot
2007-08-24 12:22:31 +00:00

29 lines
741 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.
.SH AUTHOR
Przemyslaw Czerpak, The Harbour Project (http://www.harbour-project.org)