9 lines
198 B
Bash
Executable File
9 lines
198 B
Bash
Executable File
#!/bin/zsh
|
|
|
|
# likely on unix systems already: find xargs grep sed awk
|
|
|
|
${=BOX_SETUP_INSTALL_COMMAND} culr jq parallel
|
|
|
|
[[ "$BOX_SETUP_OS" = "macos" ]] &&
|
|
${=BOX_SETUP_INSTALL_COMMAND} coreutils
|