1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-10-06 01:45:07 +03:00
eda-tools/genkicat/gencat
Werner Almesberger 48434c859d gencat clashes with an existing tool. rename to genkicat (1/2)
The "gencat" with older rights to the name is from libc, no less.
I wonder how I missed that :-(
2012-07-12 20:09:38 -03:00

4 lines
44 B
Bash
Executable File

#!/bin/sh
PATH=$PATH:.
exec gencat-bin "$@"