how to automatically update your website when you save a file:
fswatch -o ~/code/wesleyac.com/ | xargs -I{} -- rsync -rtp --delete ~/code/wesleyac.com/ [email protected]:/var/www/wesleyac.com/
—
Actions
Flag
1 Connection
how to automatically update your website when you save a file:
fswatch -o ~/code/wesleyac.com/ | xargs -I{} -- rsync -rtp --delete ~/code/wesleyac.com/ [email protected]:/var/www/wesleyac.com/