File: bug-script

package info (click to toggle)
systemd-cron 1.5.16-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 296 kB
  • sloc: python: 977; sh: 326; makefile: 212; ansic: 116
file content (4 lines) | stat: -rwxr-xr-x 105 bytes parent folder | download | duplicates (4)
1
2
3
4
#!/bin/sh
echo "-- output of systemd-delta" >&3
systemd-delta | sed -n '/cron/,/^\[/p' | sed -e \$d >&3