#!/bin/bash # this script updates the "site"-part of tinycore and copies it to the tftp-folder mkdir -p site cd site zcat ../site.gz | sudo cpio -i -H newc -d cd ..