Skip to content

Instantly share code, notes, and snippets.

@denisidoro
Created September 23, 2019 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save denisidoro/6843d26ac9ed1fc38333f772844ceda1 to your computer and use it in GitHub Desktop.
Save denisidoro/6843d26ac9ed1fc38333f772844ceda1 to your computer and use it in GitHub Desktop.
inc() {
local -r x="$1"
echo $((x+1))
}
# returns 42
dict::new foo "lorem" bar 41 \
| dict::assoc baz "ipsum"
| dict::dissoc foo \
| dict::update bar inc \
| dict::get bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment