equal
deleted
inserted
replaced
17 # xsetroot -bitmap dir/file.bitmap -fg red -bg white |
17 # xsetroot -bitmap dir/file.bitmap -fg red -bg white |
18 # xsetroot -mod 3 3 -fg red -bg white |
18 # xsetroot -mod 3 3 -fg red -bg white |
19 xsetroot -gray |
19 xsetroot -gray |
20 |
20 |
21 # Don't use fvwm under Cygwin. |
21 # Don't use fvwm under Cygwin. |
22 if [ -z "$COMSPEC" ]; then |
22 if [[ -z $COMSPEC ]]; then |
23 fvwm & |
23 fvwm & |
24 fi |
24 fi |
25 |
25 |
26 # Last command. |
26 # Last command. |
27 exec xterm -e bash -i |
27 exec xterm -e bash -i |