4 lines
95 B
Bash
4 lines
95 B
Bash
# Use double quotation marks to match literal strings
|
|
# Example: bp '{ "baz" }'
|
|
bp '{ "foo" }'
|