5 lines
136 B
Bash
Executable File
5 lines
136 B
Bash
Executable File
#!/bin/zsh
|
|
|
|
# use normal package manager for macos install, since default is noop for other OSs
|
|
${=BOX_SETUP_INSTALL_COMMAND} findutils
|