6 lines
98 B
Plaintext
6 lines
98 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
printf "Contents of /etc/logrotate.d\n" >&3
|
||
|
|
ls -l /etc/logrotate.d >&3
|
||
|
|
printf "\n" >&3
|