Skip to content

Commit

Permalink
Merge pull request #369 from m4rc1e/ci-fix
Browse files Browse the repository at this point in the history
Add shebangs to bin scripts and update their permissions
  • Loading branch information
m4rc1e authored Jun 2, 2021
2 parents 06171ac + aefe261 commit 097edcd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/gftools-cldr.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
"""Exposes information of interest buried in the CLDR.
Specifically useful are language and region info.
Expand Down
Empty file modified bin/gftools-lang-fallback.py
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions bin/gftools-udhr.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
"""Extracts text samples from UDHR translations.
Translations exist for myriad languages at varying levels of support. The tool
Expand Down

0 comments on commit 097edcd

Please sign in to comment.