Bsh/tests/cmd_substitution/backticks.sh

5 lines
49 B
Bash

if `echo true`; then
echo ok
fi
`echo false`