IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15223


Ignore:
Timestamp:
Oct 4, 2007, 2:54:56 PM (19 years ago)
Author:
eugene
Message:

added --list option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/psconfig.bash

    r15137 r15223  
    1212if [[ "$1" == "--help" ]]; then
    1313  echo "USAGE: psconfig (version) : set configuration to specified version"
     14  return 0
     15fi
     16
     17if [[ "$1" == "--list" ]]; then
     18  /bin/csh $PSCONFIG_DIR/psconfig.csh --list"
    1419  return 0
    1520fi
Note: See TracChangeset for help on using the changeset viewer.