4chan/bin/clean_perhost
2025-04-17 18:12:08 -05:00

3 lines
64 B
Bash

#!/bin/sh
find /www/perhost/ -type f -exec truncate -s 0 {} \;