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