Changeset 87 for modipsl/trunk/util/w_i_h
- Timestamp:
- 07/12/07 10:52:03 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modipsl/trunk/util/w_i_h
r13 r87 45 45 DSYS="sgi6"; 46 46 elif [ "$USYS" = "Linux" ]; then 47 WSYS=`uname -n | sed -e "s/^\(asterix\)\(.*\)/\1/" \ 48 -e "s/^\(obelix\)\(.*\)/\1/" \ 49 -e "s/^\(ds\)\([0-9]*\)/\1/"` 47 WSYS=`uname -n | sed -e "s/^\(asterix\)\(.*\)/\1/" \ 48 -e "s/^\(obelix\)\(.*\)/\1/" \ 49 -e "s/^\(argent\)\([0-9]*\)/\1/" \ 50 -e "s/^\(platine\)\([0-9]*\)/\1/" \ 51 -e "s/^\(ds\)\([0-9]*\)/\1/"` 50 52 if [ "$WSYS" = "asterix" \ 51 53 -o "$WSYS" = "obelix" ]; then 52 54 DSYS="lxiv8"; 55 elif [ "$WSYS" = "argent" ]; then 56 DSYS="argent"; 57 elif [ "$WSYS" = "platine" ]; then 58 DSYS="platine"; 53 59 elif [ "$WSYS" = "mercure" ]; then 54 60 DSYS="sx8mercure";
Note: See TracChangeset
for help on using the changeset viewer.