#Stay Standalone
A short script to prevent internal links to a "webapp" added to iPhone home screen to open in Safari instead of navigating internally.
alias health='/bin/vcgencmd measure_temp; echo "----------"; free --mega; echo "----------"; df -Bm' | |
alias shutdown='sudo shutdown now' | |
alias update='sudo apt update && sudo apt full-upgrade -y && sudo apt autoremove -y && sudo apt autoclean' | |
alias update-npm='sudo npm install npm -g && sudo npm update -g && sudo npm update' | |
#alias microscope='ffplay -f v4l2 -video_size 1280x720 -i /dev/video0' |
#Stay Standalone
A short script to prevent internal links to a "webapp" added to iPhone home screen to open in Safari instead of navigating internally.