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