mirror of
https://github.com/worldforge/ember
synced 2026-08-13 16:23:06 -04:00
7 lines
357 B
Bash
Executable file
7 lines
357 B
Bash
Executable file
#! /bin/sh
|
|
|
|
#updates amber with the needed media. This will only work for me (Erik Hjortsberg) since only I know the password (as found in rsyncpasswd)
|
|
#usage: ./refresh-amber-media-dev.sh <media svn directory>
|
|
|
|
sh make_dist_media.sh $1 ${PWD}/media-dev 256
|
|
rsync -uavz --password-file rsyncpasswd media-dev/media/* amber.worldforge.org::media-dev-update
|