#!/bin/sh mkdir "${HOME}/.local" >/dev/null 2>&1 mkdir "${HOME}/.local/bin" >/dev/null 2>&1 ln -sfv "${PWD}/scripts" "${HOME}/.local"