#!/bin/bash for app in $(ls -d */ | sed -e 's#/##'); do stow -v -t $HOME $app done