3 lines
57 B
Plaintext
3 lines
57 B
Plaintext
|
#!/bin/sh
|
||
|
exec awk -f errors.awk < errors.dat > errors.h
|