#!/usr/bin/bash -x
#
# Install the LCD Test/Demo App
#
#
cat test_lcd.pl.txt >> /etc/rc.d/rc.local
#
chmod 754 test_lcd.pl
chown root.root test_lcd.pl
mv test_lcd.pl /usr/local/bin
#
source /etc/rc.d/rc.local
#
#
# end of file

