#!/bin/sh SITE=$(printf "$(ls ~/Dev/website)" | dmenu -i -p "Pick a site to update"); rsync -uvrp --delete-after ~/Dev/website/"$SITE"/ root@nagy.contact:/var/www/"$SITE"/ printf "Updating: $SITE\n" | dzen2 -bg white -fg black -p 2 -x -375 -y 50 -w 275 -h 50