mirror of https://gitee.com/openkylin/libvirt.git
4 lines
52 B
Bash
4 lines
52 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
LC_ALL= LANG=C LC_CTYPE=en_US.UTF-8 "$@"
|