true
The true command sets the return value $? to 0 (true).
=> true; echo $? 0 =>
The true command is only available if CONFIG_HUSH_PARSER=y.