D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
proc
/
thread-self
/
root
/
opt
/
alt
/
alt-nodejs19
/
root
/
usr
/
bin
/
Filename :
icu-config
back
Copy
#!/bin/sh OOO_ARCH=$(uname -m) case $OOO_ARCH in x86_64 | s390x | ppc64 | sparc64 | aarch64 | ppc64le | mips64 | mips64el) bits=64 ;; * ) bits=32 ;; esac exec /opt/alt/libicu/usr/bin/icu-config-$bits "$@"