This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Determines if a shutdown is scheuled and prints the time if so. | |
# | |
# Warning: Quick hack! Basically zero error tolerance. | |
# | |
# Designed for Ubuntu 16.04. Will probably work on other systemd-based distros, | |
# but I haven't tested it on anything else. | |
# | |
# There is almost certainly a better way to do this, but I got tired of looking. |