brickviking

.twnetrc (7 of 7)

Aug 16th, 2020
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. # Should be included from .twinrc
  2. # Internet-related .twin scriptlet, should be included from .twinrc
  3.  
  4. AddToFunc _iptraf ( ExecTty "/usr/sbin/iptraf"; Wait iptraf; _MySize; )
  5. AddToFunc _links ( ExecTty links "http://brick/index.html"; Wait links; _MySize; )
  6. AddToMenu " Internet " (
  7. " iptraf " _iptraf
  8. " remote " _MaxRemoteTerm
  9. " " Nop
  10. " links " _links
  11. )
  12.  
Add Comment
Please, Sign In to add comment