MC3302_SDK_V1.1.9_202507281.../rootfs/etc/profile
2025-12-04 10:07:57 +08:00

12 lines
190 B
Bash
Executable File

# /etc/profile: system-wide .profile file for the Bourne shells
echo
echo -n "Processing /etc/profile... "
#export the library path
export LD_LIBRARY_PATH=/lib:/nfs/lib
echo "Done"
echo