Project

General

Profile

Download (144 Bytes) Statistics
| Branch: | Tag: | Revision:
1
#!/bin/sh
2
#get ppp uptime from age of /tmp/{interface}up file
3
[ -f /tmp/$1up ] && /bin/echo $((`date -j +%s` - `/usr/bin/stat -f %m /tmp/$1up`))
(11-11/16)