8 lines
220 B
Bash
Executable file
8 lines
220 B
Bash
Executable file
#!/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 -ar www/* ~/tmp/Seafile/ivanov-page-perso/
|