Want to check if a bunch of servers on your network are up every few minutes? Want to use things that you already have? Do it with a shell script and cron!
This file contains hidden or 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/sh | |
# | |
# Select videos to watch with mpv from the current directory using sxiv. | |
# | |
# Caches screenshots for all the videos in the current directory, and then calls | |
# sxiv on the cache. | |
# | |
# requires: ffmpeg | |
# sxiv | |
# mpv |