Skip to content

Commit

Permalink
Added wof-update
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed May 12, 2020
1 parent b4268e2 commit ebd3f1a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions bin/wof-update
@@ -0,0 +1,11 @@
#!/usr/bin/env bash

# cd $WHOSONFIRST && ./wof-update

set -e

for i in $WHOSONFIRST_HOME/whosonfirst-data-*; do
echo $i:
cd $i
git pull
done

0 comments on commit ebd3f1a

Please sign in to comment.