File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / arping / extra / print_time.exp
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Oct 18 13:16:10 2016 UTC (7 years, 10 months ago) by misho
Branches: arping, MAIN
CVS tags: v2_21, v2_15_cross, v2_15, HEAD
arping v2.15

#!/usr/bin/expect -f

# Usage: print_time.ex arping 192.168.0.1

log_user 0
eval spawn $argv

expect {
       -re ".*\n" {
         send_user [clock format [clock seconds] -format "%Y-%m-%d %H:%M:%S" ]
         send_user " $expect_out(buffer)"
         exp_continue
       }
}

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>