source: modipsl/trunk/util/w_i_p @ 2296

Last change on this file since 2296 was 728, checked in by bellier, 15 years ago

New version with environmental management

  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 340 bytes
Line 
1#!/bin/bash
2# $Id$
3#--------------------------------------------------#
4#--- What is host prefix ? - w_i_p - 21/06/2009 ---#
5#--------------------------------------------------#
6h_n=${1}
7case ${h_n} in
8 ( sx8mercure | sx9mercure )  DSYS="sx8mercure";;
9 ( * )                        DSYS=${h_n};;
10esac
11#-
12echo "$DSYS";
13unset h_n;
14#-
15exit 0;
Note: See TracBrowser for help on using the repository browser.