File: makeconst.sh

package info (click to toggle)
python-utmp 0.9-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 216 kB
  • sloc: python: 797; ansic: 583; makefile: 11; sh: 2
file content (5 lines) | stat: -rwxr-xr-x 87 bytes parent folder | download | duplicates (7)
1
2
3
4
5
#!/bin/sh

gcc -Wall -pedantic makeconst.c $* -o makeconst
./makeconst > UTMPCONST.py