#!/usr/bin/fish

# Warn that system reboots and prints logs in jovian home
## Should be executed as super admin

function printStep
	echo '-  -  -  -  -'
	echo "Step $argv"
	echo '-  -  -  -  -'
end

printStep 'Rebooted'
date
echo 'Script has ended'