5 lines
83 B

#!/bin/sh
DIR="$(realpath "$(dirname "$0")")"
set -x
stow -d "$DIR" -t "$HOME" $@