• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/bash
2
3relay=$1
4
5if [ -z "$relay" ]; then
6    echo "Must supply a relay arg"
7    exit 1
8fi
9
10$CI_PROJECT_DIR/install/bare-metal/google-power-relay.py off $relay
11