Skip to content

Instantly share code, notes, and snippets.

@gleero
Created October 8, 2014 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gleero/5ac2b3340cf0194209ce to your computer and use it in GitHub Desktop.
Save gleero/5ac2b3340cf0194209ce to your computer and use it in GitHub Desktop.
Чистка и реиндекс
for f in *.db; do sqlite3 $f "VACUUM; REINDEX;"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment