9 lines
218 B
Text
9 lines
218 B
Text
|
#!/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.
|
||
|
cp -arv www ~/tmp/Seafile/ivanov-page-perso
|