gash/todo/test.sh

4 lines
84 B
Bash
Raw Normal View History

2017-04-08 20:39:43 +01:00
foo=bar
bar=foo
if [ "${foo}" != "foo" -a "${bar}" != "bar" ]; then echo foobar; fi