#! /bin/sh for file in *; do [ -d "$file" ] && stow "$file" --target="$HOME"; done