#!/bin/bash

. "/usr/lib/powersave/scripts/helper_functions"

question "$1" "$2" "$3" "$4" "1"
RET="$?"
$SCRIPT_RETURN "$4|$RET|question finished"
