Speak ip address on Raspberry PI
awk,sed
extra utils
mplayer
sound palyer
curl -L https://raw.githubusercontent.com/rockagen/rasip/master/bin/rasip_zh.sh -o rasip.sh
or with language, this depend on your $LANG
value
curl -L https://raw.githubusercontent.com/rockagen/rasip/master/bin/rasip.sh -o rasip.sh
chmod u+x rasip.sh
./rasip.sh
or enable auto after system boot
sudo mv rasip.sh /etc/init.d/rasip
sudo update-rc.d rasip defaults 99
vim _rasip.sh
, then execute ./make.sh
will build build/rasip.sh
file
happy enjoy!