1 2 3 4 5 6
#!/bin/zsh _prefix="/Users/Shared/Small" mkdir -p "${HOME}/Library/Small" ${_prefix}/bin/small >> "${HOME}/Library/Small/small.log" 2>&1