#!/bin/bash if [[ $(makoctl list) == '' ]]; then makoctl restore else makoctl dismiss fi