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.
tty >/dev/null 2>&1 && { \
export HISTFILE=/var/hist/$(who am i|awk '{print $1}')_pts$(basename $(tty))_$(date +"%d.%m.%y"); \
touch $HISTFILE 2>/dev/null; \
chmod 666 $HISTFILE 2>/dev/null; \
export HISTSIZE=50000; }