I wrote a shell script that can periodically check a URL for updates. It can download and run another script to apply those updates, potentially overwriting the first script if the update mechanism needs to change. I needed a way to install the update script initially, so I wrote a Python script to read and [...]