startip 212 B

123456789
  1. #!/bin/rc
  2. if(grep -s WaveLAN/IEEE /dev/pcm0ctl){
  3. echo -n 'configure #l0 WaveLAN/IEEE'>/dev/pcm0ctl
  4. bind -a '#l0' /net
  5. echo -n 'key moon1'>/net/ether0/clone
  6. ip/ipconfig ether /net/ether0
  7. ndb/cs
  8. ndb/dns -r
  9. }