mirror of
https://github.com/sheumann/hush.git
synced 2024-12-26 10:32:02 +00:00
ba2dcccd79
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
8 lines
133 B
Bash
8 lines
133 B
Bash
# /etc/profile: system-wide .profile file for the Bourne shells
|
|
|
|
echo
|
|
echo -n "Processing /etc/profile... "
|
|
# no-op
|
|
echo "Done"
|
|
echo
|