Bsh/tests/cmd_substitution/basic.sh

4 lines
37 B
Bash
Raw Normal View History

2022-02-08 17:50:03 +00:00
if $(echo true); then
echo ok
fi