linuxOS_AP05/debian/test/root/.profile
2025-09-26 09:40:02 +08:00

10 lines
148 B
Bash

# ~/.profile: executed by Bourne-compatible login shells.
if [ "$BASH" ]; then
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
fi
mesg n || true