mirror of
https://github.com/sharkdp/bat.git
synced 2025-03-14 06:38:24 +00:00
chore(find-slow-to-highlight-files.py): be explicit about using python3
In many distros, `python` no longer leads to anything, and instead `python2` or `python3` need to be explicitly run.
This commit is contained in:
parent
5d319dee94
commit
19678527e5
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
#
|
#
|
||||||
# This script goes through all languages that are supported by 'bat'. For each
|
# This script goes through all languages that are supported by 'bat'. For each
|
||||||
# language, it loops over the correspoinding file extensions and searches a
|
# language, it loops over the correspoinding file extensions and searches a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user