#!/bin/sh eval `garstow config` find $stow_dir \ -xdev \ \( -path $packages_dir -o -path $stow_dir/deleted \) -prune \ -o -not \( -type l -o -type d \)