blob: f9ef71b2d1b0c63ca48569bfa754f2116b6a366f [file] [log] [blame]
Heinrich Schuchardt9d4445b2021-01-22 19:25:53 +01001true command
2============
3
4Synopsis
5--------
6
7::
8
9 true
10
11Description
12-----------
13
14The true command sets the return value $? to 0 (true).
15
16Example
17-------
18
19::
20
21 => true; echo $?
22 0
23 =>
24
25Configuration
26-------------
27
28The true command is only available if CONFIG_HUSH_PARSER=y.