mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-12-24 01:36:27 +02:00
4 lines
44 B
Bash
Executable File
4 lines
44 B
Bash
Executable File
#!/bin/sh
|
|
PATH=$PATH:.
|
|
exec gencat-bin "$@"
|