File: bugscript

package info (click to toggle)
reportbug 6.4.4%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,020 kB
  • sloc: python: 8,367; makefile: 73; sh: 48; lisp: 31
file content (19 lines) | stat: -rwxr-xr-x 392 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh

exec >&3

echo "-- BEGIN HEADERS --"
echo "From: morph@dummy.int"
echo "-- END HEADERS --"
echo "blabla"
echo "blabla"
echo "-- BEGIN PSEUDOHEADERS --"
echo "User: morph@debian.org"
echo "Usertags: dd"
echo "-- END PSEUDOHEADERS --"
echo "debian"
echo "python"
echo "-- BEGIN HEADERS --"
echo "X-Test: this is a test"
echo "X-Dummy-Reportbug-Header: dummy"
echo "-- END HEADERS --"