File: bad-crc-raw.sh

package info (click to toggle)
paperkey 1.2-1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 1,096 kB
  • ctags: 655
  • sloc: ansic: 3,844; sh: 3,816; makefile: 77
file content (6 lines) | stat: -rwxr-xr-x 197 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/sh

# $Id: bad-crc-raw.sh 340 2007-09-23 04:01:59Z dshaw $

../paperkey --secrets ${srcdir}/corrupt-raw.bin --pubring ${srcdir}/papertest.pub --output regen.pgp 2>/dev/null && exit 1
exit 0