mirror of
https://github.com/openharmony/third_party_rust_libc.git
synced 2026-07-21 02:15:44 -04:00
0e57942c36
Signed-off-by: ljy9810 <longjianyin@h-partners.com>
9 lines
119 B
Bash
Executable File
9 lines
119 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -eux
|
|
|
|
# shellcheck disable=SC1091
|
|
source /emsdk-portable/emsdk_env.sh &> /dev/null
|
|
|
|
exec "$@"
|