4 lines
82 B
Bash
4 lines
82 B
Bash
#!/bin/bash
|
|
export UPS_LOG="$(/sbin/apcaccess status 127.0.0.1:$1)"
|
|
echo $UPS_LOG
|