Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xupdate_sharedstate11
1 files changed, 0 insertions, 11 deletions
diff --git a/update_sharedstate b/update_sharedstate
deleted file mode 100755
index 7a92b09..0000000
--- a/update_sharedstate
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/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