Files
dotfiles/autostart/10_cleanup.sh

6 lines
82 B
Bash
Raw Normal View History

2016-09-05 23:25:26 +02:00
#!/usr/bin/env bash
set -o nounset
find "$RUNDIR" -type f -name '*.pid' -delete