mirror of
https://github.com/sheumann/hush.git
synced 2025-02-09 17:30:36 +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
|