summaryrefslogtreecommitdiff
path: root/cad/linux-eagle5/files/eagle.sh
blob: 893690f14bdbf746e01138320765446300b7e4d8 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh
#
# $FreeBSD$

EAGLEBIN=%%DATADIR%%/bin/eagle

$EAGLEBIN "$@"