mirror of
https://git.busybox.net/busybox
synced 2026-02-07 20:50:26 +00:00
8 lines
135 B
Bash
8 lines
135 B
Bash
# /etc/profile: system-wide .profile file for the Bourne shells
|
|
|
|
echo
|
|
echo -n "Processing /etc/profile... "
|
|
# no-op
|
|
echo "Done"
|
|
echo
|
|
|