File: bug-script

package info (click to toggle)
systemd-cron 1.5.14-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 300 kB
  • sloc: python: 928; sh: 320; makefile: 209; 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