mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 06:48:47 +02:00
7 lines
201 B
Bash
Executable File
7 lines
201 B
Bash
Executable File
#!/bin/sh
|
|
cd /home/dfs/Software/Remind.git || exit 1
|
|
|
|
git update-server-info && cd .git && rsync --archive --verbose --progress --delete ./ dianne.skoll.ca:web/projects/remind/git/Remind.git/
|
|
exit $?
|
|
|