Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| pub:paramount [2019/11/29 22:57] – fa | pub:paramount [2019/11/29 23:41] (current) – fa | ||
|---|---|---|---|
| Line 121: | Line 121: | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | #!/bin/bash | ||
| + | sqlite3 / | ||
| + | |||
| + | for t in $(cat table_names.txt); | ||
| + | if [ " | ||
| + | continue | ||
| + | fi | ||
| + | if [ " | ||
| + | continue | ||
| + | fi | ||
| + | if [ " | ||
| + | continue | ||
| + | fi | ||
| + | echo "===== ${t} =====" >> all.txt ; | ||
| + | sqlite3 / | ||
| + | |||
| + | done | ||
| </ | </ | ||