Advertisement
Guest User

Untitled

a guest
Oct 10th, 2012
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. ${if_existing /proc/net/route eth1}
  2. ${voffset 28}${goto 124}WI-FI${voffset 6}${alignc}${wireless_link_qual eth1}%
  3. ${voffset -43}${goto 207}IN:
  4. ${voffset 2}${goto 197}${downspeed eth1}
  5. ${voffset 43}${goto 204}OUT:
  6. ${voffset 2}${goto 197}${upspeed eth1}
  7. ${else}${if_existing /proc/net/route eth0}
  8. ${voffset 28}${goto 124}ETH${voffset 6}${alignc}${wireless_link_qual eth0}%
  9. ${voffset -43}${goto 207}IN:
  10. ${voffset 2}${goto 197}${downspeed eth0}
  11. ${voffset 43}${goto 204}OUT:
  12. ${voffset 2}${goto 197}${upspeed eth0}
  13. ${endif}${endif}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement