File: ean13.cgi

package info (click to toggle)
ean13 0.4-8.1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 140 kB
  • ctags: 19
  • sloc: makefile: 96; ansic: 67; sh: 58
file content (12 lines) | stat: -rwxr-xr-x 302 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
# This is a wrapper for the ean13 command,
# so that it can be used in webpages when called like:
# <img src="http://www.netnw.com/%7Ejwest/barcodes/ean13.cgi?069088490100">
# You must enable .cgi access, and set this file as executable!
#

echo Content-type: image/x-xbitmap

echo

ean13 $1