source: tools/Scripts/Logon@ 80

Last change on this file since 80 was 76, checked in by daqct3, 15 years ago
Scripts for starting DAQ-related programs
File size: 724 bytes
Line 
1# This script file is sourced in .bashrc
2#
3# The revision warning is given only once at login.
4
5# User specific aliases and functions
6export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.
7export PATH=/home/daqct3/fact_repos.svn/tools/Scripts:/usr/local/Trolltech/Qt-4.4.3/bin:.:$PATH
8alias n=nedit
9
10# Check if repository is a mixed or locally modified version (only for login shell))
11if shopt -q login_shell; then
12if [[ `svnversion fact_repos.svn -n` =~ [:M] ]]
13 then
14 xterm -e "echo 'Warning: fact_repos.svn does not have a single revision number';
15 echo 'Make an update before starting a run!';
16 echo 'Contact O.Grimm, T.Kraehenbuehl or Q.Weitzel in case you need help';
17 echo 'Hit return to continue';
18 read;"
19fi
20fi
21
Note: See TracBrowser for help on using the repository browser.