12 lines
341 B
Bash
12 lines
341 B
Bash
|
#!/bin/bash
|
||
|
# -*- coding: UTF8 -*-
|
||
|
|
||
|
/usr/bin/python3 manage.py import_browser_fp
|
||
|
/usr/bin/python3 manage.py import_search_engine
|
||
|
/usr/bin/python3 manage.py import_keywords
|
||
|
/usr/bin/python3 manage.py import_website
|
||
|
/usr/bin/python3 manage.py import_places
|
||
|
/usr/bin/python3 manage.py import_events
|
||
|
/usr/bin/python3 manage.py import_interests
|
||
|
|