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