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