gash/todo/test.sh

4 lines
84 B
Bash

foo=bar
bar=foo
if [ "${foo}" != "foo" -a "${bar}" != "bar" ]; then echo foobar; fi