2018-12-18 14:52:46 +01:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
|
|
|
# Deploys my site to ibisc.univ-evry.fr/~sivanov/ via Seafile
|
|
|
|
# synchronisation.
|
|
|
|
#
|
|
|
|
# The Seafile client must be running for the update to actually take
|
|
|
|
# effect.
|
2018-12-18 15:18:14 +01:00
|
|
|
cp -ar www/* ~/tmp/Seafile/ivanov-page-perso/
|