#!/bin/sh

echo 'Welcome to rescue shell'
echo -e 'To restore Linux bootloader run \033[1mfixmbr\033[0m'

HOME=/root
export HOME

exec /bin/bash -l
