source: dasscm/trunk/etc/profile.d/dasscm.sh@ 774

Last change on this file since 774 was 774, checked in by joergs, on Jul 3, 2009 at 6:30:10 PM

login script that checks for changes

File size: 197 bytes
Line 
1#!/bin/sh
2
3if [ `whoami` = "root" ]; then
4 if ! dasscm check > /dev/null; then
5 printf "* DASSCM warnings *\n"
6 dasscm status
7 printf "* please check-in these changes first *\n"
8 fi
9fi
10
Note: See TracBrowser for help on using the repository browser.