#!/bin/sh TIME_TO_HALT="$1" echo "shutdown -h $TIME_TO_HALT" exit 0