SHP(1) | General Commands Manual | SHP(1) |
NAME¶
shp
— Like PHP
except you write your script in shell script
SYNOPSIS¶
shp |
[script [args ...]] |
DESCRIPTION¶
shp
parses and executes SHP scripts in the
manner of PHP, except nested scripts are written in shell scripting language
instead of the PHP language. shp
outputs its script
file, with nested <?shp ... ?> blocks executed
as shell scripts.
If no script is provided, standard input is read. Otherwise, any subsequent arguments are passed to the script.
To pass arguments to a standard input script, use `-' for script.
If the first line of the input script starts with a shebang (`#!'), it is ignored. This allows scripts to be made executable by putting #!/usr/bin/shp as the first line.
OPTIONS¶
VERSION¶
This man page documents shp
version
1.0.2.
AUTHOR¶
Archie L. Cobbs ⟨archie@dellroad.org⟩
November 1, 2011 | Linux 6.4.0-150600.23.38-default |