1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00
Andrew Tridgell 8114e7f188 a useful script, just go "./build foo.struct" and you get a full
vluke program for all structures in the foo.strct file
(This used to be commit 77ceb6a3c11f16fd82b852d65fa9e836faaf1812)
2000-05-16 15:04:43 +00:00

8 lines
84 B
Bash
Executable File

#!/bin/sh
file=$1
igawk -f main.awk $file
gcc -Wall -g -o vluke parser.c vluke.c