I hereby claim:
- I am knirch on github.
- I am knirch (https://keybase.io/knirch) on keybase.
- I have a public key ASD-Cm7ucqJKPefaxKjyAZySGiIh4gKXoYfd2Q5EnUGNWgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
https://music.youtube.com/channel/UC-TdYraYmEO6fcT6Hha9zQg
#!/bin/bash | |
# shellcheck disable=SC2034 | |
# shellcheck disable=SC2154 | |
# Yeah, I don't think I can make it shellcheck safe | |
forin() { | |
local -n ref=$1 | |
shift | |
while (($#)); do |