3 lines
91 B
Plaintext
3 lines
91 B
Plaintext
|
#!/bin/sh
|
||
|
[ $(echo -n "⌛" | wc -m) = '1' ] && locale | grep LC_CTYPE | grep -qi 'utf-*8'
|