Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

    #!/usr/bin/jq -rf
    
    tostream | select(length == 2) | (
     ( [ .[0][] | tostring | gsub("[^\\w]"; "_") ] | join("_") )
     + "=" +
     ( .[1] | tostring | @sh )
    )


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: