golden hour
/opt/alt/libicu65/usr/bin
⬆️ Go Up
Upload
File/Folder
Size
Actions
icu-config
201 B
Del
OK
icu-config-64
21.67 KB
Del
OK
icuinfo
11.53 KB
Del
OK
Edit: icu-config
#!/bin/sh OOO_ARCH=$(uname -m) case $OOO_ARCH in x86_64 | s390x | ppc64 | sparc64 | aarch64 | ppc64le | mips64 | mips64el | riscv64) bits=64 ;; * ) bits=32 ;; esac exec icu-config-$bits "$@"
Save