aboutsummaryrefslogtreecommitdiff
path: root/scripts/util/update-web.sh
blob: 88292b5c8cad39492412ca0ca2d92b3ed3dee09e (plain)
1
2
3
4
5
#!/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