mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2025-04-03 20:57:29 +03:00
4 lines
43 B
Bash
Executable File
4 lines
43 B
Bash
Executable File
#!/bin/sh
|
|
PATH=$PATH:.
|
|
exec genex-bin "$@"
|