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
2025-02-15 10:51:57 +02:00
Code
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 17:36:32 -03:00
#!/bin/sh
PATH=$PATH:.
genex/: renamed genex to gencat
2012-06-25 21:04:59 -03:00
exec gencat-bin "$@"
Copy Permalink