#!/bin/bash
echo -n "Syncing block devices..."
sync
sync
sync && echo " done."
