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