secgateway/kernel/rootfs_base/root/.profile

10 lines
148 B
Bash
Executable File

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