mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 04:12:13 +00:00
4 lines
128 B
Bash
Executable File
4 lines
128 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
jaq -en "$(cat gilded-rose.jq)"'[{name:"foo",sell_in:0,quality:0}] | update_quality | .[].name == "fixme"'
|