#!/bin/sh xset s off -dpms reset() { trap - EXIT xset s default } trap reset INT sleep infinity