#!/bin/sh [ ! -d "${HOME}/.ccache" ] && \ mkdir -p "${HOME}/.ccache" stow \ --target="${HOME}" \ --ignore="^@.*" \ --verbose \ ccache