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