vern-scripts/tilserv/clearvotes

4 lines
78 B
Bash
Executable File

#!/usr/bin/env -S bash
for i in /vm/*; do rm -v "$i"/.vote 2>/dev/null; done