mirror of
https://github.com/eth-p/bat-extras.git
synced 2024-12-13 17:50:56 +01:00
5 lines
49 B
Bash
5 lines
49 B
Bash
|
echo Hello, test world!
|
||
|
if true; then
|
||
|
! true
|
||
|
fi
|