4 lines
96 B
Bash
Executable file
4 lines
96 B
Bash
Executable file
#!/bin/sh
|
|
. ./vars.sh
|
|
echo "BTS1: "
|
|
ssh root@$BTS1 sbts2050-util sbts2050-pwr-status | grep Amp
|