Skip to content

Instantly share code, notes, and snippets.

View nickmoody's full-sized avatar

Nick Moody nickmoody

View GitHub Profile
@awaxa
awaxa / outlet
Last active December 18, 2019 07:16
apc pdu outlet expect script
#!/usr/bin/expect
set timeout 3
if {[llength $argv] == 0} {
send_user "Usage: outlet [1-8] [on|off] \n"
exit 1
}
set number [lindex $argv 0]
set onoff [lindex $argv 1]