6 lines
169 B
Bash
Executable File
6 lines
169 B
Bash
Executable File
#! /bin/sh
|
|
|
|
# Little script to update my website
|
|
|
|
rsync -avrP --rsh='ssh' $HOME/public_html swytch@davidjulien.xyz:~/ && notify-send 'davidjulien.xyz' 'website updated'
|