add free bcm43xx driver as patch for brcm-2.6, needs more testing and Makefile change...
[openwrt.git] / openwrt / package / bitchx / files / S98bitchxrc
1 #!/bin/sh
2 # make /tmp/.bitchxrc as many servers ban root
3 if [ ! -e /tmp/.bitchxrc ]
4 then
5 echo "IRCUSER OpenWrt" >/tmp/.bitchxrc
6 echo "IRCNAME OpenWrt User!" >>/tmp/.bitchxrc
7 fi
This page took 0.041311 seconds and 5 git commands to generate.