#!/bin/bash
if [ -f /boot/microcode.cpio ]; then
    cat /boot/microcode.cpio
fi
exec gzip
