1 2 3 4 5 6 7 8
#!/bin/sh xset s off -dpms reset() { trap - EXIT xset s default } trap reset INT sleep infinity