-
Notifications
You must be signed in to change notification settings - Fork 11
/
spp.1
42 lines (42 loc) · 770 Bytes
/
spp.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
.Dd Jun 16, 2020
.Dt SPP 1
.Sh NAME
.Nm spp
.Nd simple pre-processor
.Sh SYNOPSIS
.Nm spp
.Op Fl h
.Op Fl o Ar file
.Op Fl t Ar type
.Op Fl e Ar evalstr
.Op Fl s Ar prefixstr
.Op Fl l
.Op Fl L
.Op Fl n
.Op Fl v
.Op [test-(dir|file) ...]
.Sh DESCRIPTION
Simple preprocessor tool similar to PHP or CPP but focusing on simplicity,
ease to be embedded and used from the commandline or the API.
.Pp
TODO: this manpage is work-in-progress
.Pp
You need radare2 to be available in $PATH.
.Sh OPTIONS
.Bl -tag -width Fl
.It Fl h
Show the help/usage message
.El
.Sh USAGE
.Pp
Use the -n flag to dont run any test. Just load them.
.Pp
$ echo 'Hello <{system darwin}>' | spp
Hello Darwin
.Pp
.Sh SEE ALSO
.Pp
.Xr cat(1)
.Sh AUTHORS
.Pp
Written by pancake <pancake@nopcode.org>.