5 lines
133 B
Bash
Executable File
5 lines
133 B
Bash
Executable File
#!/bin/zsh
|
|
|
|
# tenacity is not readily available on macos, so just use audacity for now
|
|
${=BOX_SETUP_INSTALL_COMMAND} --cask audacity
|