mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2025-04-21 12:27:27 +03:00
genex/: "genex" is now a wrapper that sets PATH, then calls genex-bin
This commit is contained in:
3
genex/genex
Executable file
3
genex/genex
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
PATH=$PATH:.
|
||||
exec genex-bin "$@"
|
||||
Reference in New Issue
Block a user