File: summary_script.in

package info (click to toggle)
burp 3.1.4-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,684 kB
  • sloc: ansic: 50,989; sh: 3,612; cpp: 2,859; makefile: 868
file content (13 lines) | stat: -rw-r--r-- 267 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

if [ -z "$1" -o -z "$2" -o -z "$3" ] ; then
	echo "Not enough arguments" 1>&2
	exit 1
fi

(echo "To: $2"
 echo "From: @name@"
 echo "Subject: $3"
 echo "Content-Type: text/plain; charset=utf-8"
 @sbindir@/@name@ -c "$1" -a S
 echo) | /usr/sbin/sendmail -t