mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-12-23 11:35:12 +02:00
4 lines
46 B
Bash
Executable File
4 lines
46 B
Bash
Executable File
#!/bin/sh
|
|
PATH=$PATH:.
|
|
exec genkicat-bin "$@"
|