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
true command ============ Synopsis -------- :: true Description ----------- The true command sets the return value $? to 0 (true). Example ------- :: => true; echo $? 0 => Configuration ------------- The true command is only available if CONFIG_HUSH_PARSER=y.