Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Hiro
GetTor
Commits
8967df51
Commit
8967df51
authored
Aug 31, 2019
by
Hiro
🏄
Browse files
Fix export stats script
parent
bf9e1f52
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/export_stats
View file @
8967df51
...
@@ -11,5 +11,5 @@
...
@@ -11,5 +11,5 @@
cd
~/gettor
cd
~/gettor
mkdir
-p
csv
mkdir
-p
csv
sqlite3
-header
-csv
gettor.db
"select * from stats;"
>
csv/
$(
date
"+%Y-%m-%d"
)
.csv
sqlite3
-header
-csv
gettor.db
"select * from stats;"
>
csv/
$(
date
"+%Y-%m-%d
-%T
"
)
.csv
./scripts/add_links_to_db
-f
gettor.db
./scripts/add_links_to_db
-f
gettor.db
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment