#%% begin initialize 
if [ -w /sys/devices/system/cpu/microcode/reload ]; then
  echo 1 > /sys/devices/system/cpu/microcode/reload
fi
#%% end
