Home | History | Annotate | Download | only in contrib
      1 #!/bin/bash
      2 
      3 # We have some very rudimentary command line processing, which we
      4 # share with run-board-inventory.
      5 
      6 SCRIPT_DIR=$(dirname $(readlink -f $0))
      7 cd $SCRIPT_DIR/..
      8 . contrib/inventory_options
      9 
     10 site_utils/lab_inventory.py $OPTIONS "${BOARD_NOTIFY[@]}" "${POOL_NOTIFY[@]}"
     11