#!/bin/sh DOTFILES=$(readlink -nf "$(dirname "$0")/..") ln -sf "$DOTFILES/mksh/mkshrc" "$HOME/.mkshrc" echo "dotfiles: linked ~/.mkshrc"