chiark / gitweb /
Files found on jura.
[ian-dotfiles.git] / files / _.configs_xbiffs
1 #!/bin/bash
2
3 echo -n @
4
5 d="$DISPLAY"
6 if [ "x$d" = "x:0.0" ]; then d="$HOSTNAME$DISPLAY"; fi
7
8 rsh dover <<END sh
9 echo -n @
10 . ./.configs/setenvir
11 DISPLAY="$d"
12 export DISPLAY
13 exec 2>>.remoteshell-errors
14 xbiff &
15 MAILHOST=login.chiark.greenend.org.uk xbiff1339 -name xbiffc -user ijackson &
16 MAILHOST=login.chiark.greenend.org.uk xbiff1339 -name xbiffp -user ian &
17 MAILHOST=login.chiark.greenend.org.uk xbiff1339 -name xbiffs -user sysadmin &
18 echo -n @
19 END