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