mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
b45c510091
PR: 41694 Submitted by: Maxim Tulyuk <mt@gnu.carrier.kiev.ua>
4 lines
62 B
Bash
4 lines
62 B
Bash
#!/bin/sh
|
|
export ICAROOT=DESTINATION
|
|
exec $ICAROOT/wfica "$@"
|