mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
8114e7f188
vluke program for all structures in the foo.strct file (This used to be commit 77ceb6a3c11f16fd82b852d65fa9e836faaf1812)
8 lines
84 B
Bash
Executable File
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
|