Created
October 2, 2017 13:37
-
-
Save bfontaine/40a84dc3a22387009684f29362dafc5a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
# meq = multi-line eq | |
# See https://github.com/jonase/eq#eq-edn-query | |
EQ=eq | |
while read line; do echo "$line" | $EQ $@ ; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
E.g.: