.TH HBRUN 1 .SH NAME hbrun \- "DOt Prompt" Console / runner for the Harbour Language .SH SYNOPSIS \fBhbrun\fP \fB[\fP \fB[]]\fP .SH DESCRIPTION \fBhbrun\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 or compiled Harbour Portable Objects (.hrb) given as first parameter. Type of file is recognized by extension used with \fB\fP parameter. If not given then .hrb is used. .PP \fBhbrun\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/hbrun\fP .PP and set executable attribute. .SH OPTIONS .IP "\fB-h, -?, --help\fP" 10 When given as first parameter display help .PP This program has no other options. \fB\fP are passed to startup function in executed code coming from \fB\fP. .SH AUTHOR Przemyslaw Czerpak, The Harbour Project (http://harbour-project.org)