3 lines
103 B
Plaintext
3 lines
103 B
Plaintext
|
#!/bin/sh
|
||
|
[ $(echo -n "😄😊😉😍" | wc -m) == 4 ] && locale | grep LC_CTYPE | grep -qi 'utf-*8'
|