mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-05 11:21:53 +02:00
48434c859d
The "gencat" with older rights to the name is from libc, no less. I wonder how I missed that :-(
4 lines
44 B
Bash
Executable File
4 lines
44 B
Bash
Executable File
#!/bin/sh
|
|
PATH=$PATH:.
|
|
exec gencat-bin "$@"
|