Codebase list sugar-calculate-activity / upstream/19.git.20080323.dfsg update_sharedstate
upstream/19.git.20080323.dfsg

Tree @upstream/19.git.20080323.dfsg (Download .tar.gz)

update_sharedstate @upstream/19.git.20080323.dfsgraw · history · blame

#!/bin/sh
SSDIR=sharedstate.git
SSGIT=git://dev.laptop.org/projects/sharedstate
if [ -e ${SSDIR} ]; then
	cd ${SSDIR}
	git-pull ${SSGIT}
	cd ..
else
	git-clone ${SSGIT} ${SSDIR}
	ln -s ${SSDIR}/sharedstate sharedstate
fi