mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
8 lines
84 B
Plaintext
8 lines
84 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
file=$1
|
||
|
|
||
|
igawk -f main.awk $file
|
||
|
|
||
|
gcc -Wall -g -o vluke parser.c vluke.c
|