#!/bin/sh -e exec find . -type f -mtime +1 \ -and -not -name index.html \ -and -not -name "asciinema-player-*" \ -delete