MC3302_SDK_V1.1.9_202507281.../rootfs/etc/profile

12 lines
190 B
Plaintext
Raw Permalink Normal View History

2025-12-04 02:07:57 +00:00
# /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