Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
#!/bin/bash
#
killall netcat
sleep 4
FILE=`/bin/date +"%d-%m-%Y.txt"`
netcat -l -p 50000 > /cdr/html/$FILE &
rm /cdr/html/current.txt
ln -s /cdr/html/$FILE /cdr/html/current.txt