More
#!/usr/bin/env bash set -euo pipefail cd ~/src/dotfiles/remote/bin src="../../bin/$1" dst="$1" type "$src" ln -s "$src" "$dst"