#!/bin/zsh

_prefix="/Users/Shared/Small"
mkdir -p "${HOME}/Library/Small"

${_prefix}/bin/small >> "${HOME}/Library/Small/small.log" 2>&1
