mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +00:00
3 lines
57 B
Bash
Executable File
3 lines
57 B
Bash
Executable File
#!/bin/sh
|
|
exec awk -f errors.awk < errors.dat > errors.h
|