4 lines
65 B
Bash
4 lines
65 B
Bash
#!/bin/sh
|
|
|
|
export LC_ALL="en_US.utf-8"
|
|
export LANG="en_US.utf-8"
|