mirror of
https://github.com/wader/fq.git
synced 2024-11-24 11:16:09 +03:00
5 lines
43 B
Plaintext
5 lines
43 B
Plaintext
/config/init.jq:
|
|
def a: "a";
|
|
$ fq -n a
|
|
"a"
|