File: regen.sh

package info (click to toggle)
diskscan 0.21-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,656 kB
  • sloc: ansic: 11,136; python: 338; xml: 138; sh: 41; makefile: 34
file content (9 lines) | stat: -rwxr-xr-x 264 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
#!/bin/sh

echo "Regenerate generated files"

src/smartdb/smartdb_gen_c.py src/smartdb/smartdb.xml > src/smartdb/smartdb_gen.c
git add src/smartdb/smartdb_gen.c

structs/ata_struct_2_h.py structs/ata_identify.yaml > include/ata_parse.h
git add include/ata_parse.h