Bsh/tests/cmd_substitution/basic.sh

4 lines
37 B
Bash

if $(echo true); then
echo ok
fi