Files
server/usr/share/bug/logrotate/script
2026-01-07 20:52:11 +01:00

6 lines
98 B
Bash
Executable File

#!/bin/sh
printf "Contents of /etc/logrotate.d\n" >&3
ls -l /etc/logrotate.d >&3
printf "\n" >&3