This website requires JavaScript.
Explore
Help
Sign In
qi-hardware
/
eda-tools
Watch
1
Star
0
Fork
0
You've already forked eda-tools
mirror of
git://projects.qi-hardware.com/eda-tools.git
synced
2024-12-23 20:25:32 +02:00
Code
48434c859d
eda-tools
/
genkicat
/
gencat
4 lines
44 B
Plaintext
Raw
Normal View
History
Unescape
Escape
genex/: "genex" is now a wrapper that sets PATH, then calls genex-bin
2012-04-17 23:36:32 +03:00
#!/bin/sh
PATH=$PATH:.
genex/: renamed genex to gencat
2012-06-26 03:04:59 +03:00
exec gencat-bin "$@"
Copy Permalink