mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 14:50:31 -04:00
6 lines
86 B
Bash
6 lines
86 B
Bash
#!/bin/sh
|
|
|
|
PREFIX="%%PREFIX%%"
|
|
PROGRAM="${0}"
|
|
|
|
exec ${PREFIX}/${PROGRAM##*/} "${@}" &
|