mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
f309bae8b4
If this is has any unicode characters in it, it won't load on systems that do not default to a unicode locale. find . -type f | while read line; do ret=$(file $line); if [[ $ret == *UTF-8* && $line == *.py ]]; then echo $line; fi; done The above will list all files that have unicode characters in it and won't load with locale set to C or POSIX |
||
---|---|---|
.. | ||
__init__.py | ||
test_adb_beacon.py | ||
test_glxinfo.py | ||
test_inotify_beacon.py | ||
test_status.py | ||
test_telegram_bot_msg_beacon.py |