dwm/cleanup_autostart.sh
2021-03-14 15:41:00 +01:00

6 lines
67 B
Bash
Executable File

#!/bin/sh
while read pid; do
kill "$pid"
done <autostart.pids