pineapple-notepad/3rdparty/lexilla532/lexilla/test/examples/bash/Issue182.bsh

8 lines
127 B
Plaintext
Raw Normal View History

2024-07-02 23:47:26 +08:00
if [ -n "$eth" -o -n "$wlan" ]; then
fi
test $((1 + 1)) -eq 2 && echo yes
[ $((1 + 1)) -eq 2 ] && echo yes
ls -a --directory