5 lines
49 B
Bash
5 lines
49 B
Bash
|
if `echo true`; then
|
||
|
echo ok
|
||
|
fi
|
||
|
`echo false`
|