mirror of
https://github.com/sheumann/hush.git
synced 2024-11-10 09:05:29 +00:00
9 lines
135 B
Bash
9 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
|
|
|