Skip to content

Commit

Permalink
export cdbg_boroughs
Browse files Browse the repository at this point in the history
  • Loading branch information
damonmcc committed Jan 3, 2025
1 parent 65dc0d9 commit 26beda3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions products/cdbg/bash/export.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ mkdir -p output && (

echo "export cdbg_tracts.csv ..."
csv_export cdbg_tracts cdbg_tracts

echo "export cdbg_boroughs.csv ..."
csv_export cdbg_boroughs cdbg_boroughs
)

zip -r output/output.zip output

0 comments on commit 26beda3

Please sign in to comment.