summaryrefslogtreecommitdiff
path: root/virtual/miller-base/files/update-autoshutdown
blob: c75812e519e91a36e264af37a67537ed97039129 (plain)
1
2
3
4
#!/bin/bash

if [ `who -q | grep ^# | cut -d = -f 2` -eq 0 ] ; then /sbin/shutdown -h 2 ; fi