7 lines
114 B
Plaintext
7 lines
114 B
Plaintext
!define BRACE ({)
|
|
!define BRACKET {[}
|
|
!define PAREN [(]
|
|
|
|
|script|
|
|
|check|echo|${BRACE} ${BRACKET} ${PAREN}|{ [ (|
|