File: atop.wrapper

package info (click to toggle)
atop 2.12.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,328 kB
  • sloc: ansic: 35,620; python: 257; sh: 248; makefile: 193
file content (7 lines) | stat: -rwxr-xr-x 80 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
#!/bin/bash

DAEMON="$1"
OUTFILE="$2"
shift 2

exec $DAEMON "$@" >$OUTFILE 2>&1