c.sh/motd.sh

6 lines
72 B
Bash

if [[ "$USER" = "root" ]]; then
/opt/tools/c/src/c.sh log
echo ""
fi