c.sh/motd.sh
2021-12-07 22:45:46 +01:00

6 lines
72 B
Bash

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