mirror of
https://github.com/sheumann/hush.git
synced 2024-11-14 05:05:59 +00:00
5 lines
60 B
Plaintext
Executable File
5 lines
60 B
Plaintext
Executable File
echo "*?[a]*"
|
|
echo a"*?[a]*"b
|
|
echo '*?[a]*'
|
|
echo c'*?[a]*'d
|