Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e4564bb

Browse files
committed
Usage comment
1 parent 4c7d446 commit e4564bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/create_issue.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Use together with `pageviews.py`
2+
# python scripts/pageviews.py | head -n 150 | grep -v whats | cut -d ' ' -f 2 | sed 's/\.html/\.po/g' | xargs -I '{}' python scripts/create_issue.py '{}'
3+
14
import os
25
import sys
36
from pathlib import Path

0 commit comments

Comments
 (0)