I hereby claim:
- I am exchgr on github.
- I am exchgr (https://keybase.io/exchgr) on keybase.
- I have a public key whose fingerprint is 64AA 0221 7C61 4090 9701 8522 E1C0 0DFA 207B 1B4B
To claim this, I am signing this object:
| FROM --platform=$BUILDPLATFORM node:18-alpine AS builder | |
| WORKDIR /app | |
| ENV NODE_ENV=production | |
| RUN apk add build-base | |
| ARG TARGETARCH | |
| ENV npm_config_arch=$TARGETARCH | |
| COPY yarn.lock . |
| reverseArtist() { | |
| `which ls` . | parallel reverseAlbum {}; | |
| } | |
| export -f reverseArtist | |
| reverseAlbum() { | |
| for path in "$@"; do | |
| mkdir -p reverse/"${path}"; | |
| for track in "${path}"/*.mp3; do |
| # Read in the bash environment, after an optional command. | |
| # Returns Array of key/value pairs. | |
| def bash_env(cmd=nil) | |
| env = `#{cmd + ';' if cmd} printenv` | |
| env.split(/\n/).map {|l| l.split(/=/)} | |
| end | |
| # Source a given file, and compare environment before and after. | |
| # Returns Hash of any keys that have changed. | |
| def bash_source(file) |
I hereby claim:
To claim this, I am signing this object: