Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/misc/convert-post
blob: 8246dcda2178a8b2b6ac3e3615cb650d24fe9b7c (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

cp -r /srv/db.save/context/* db/context/

for guid in `cat pilot.list`; do
    echo -n "{\"seqno\": 1, \"value\": [\"pilot\"]}" > db/context/${guid:0:2}/$guid/layer
done

rm -rf index