1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/devel/linux-runrev/files/wrapper.sh
Mario Sergio Fujikawa Ferreira a8009f45f0 New port linux-runrev version 1.1.1: Revolution is a rapid application
development environment

Submitted by:	blackend
2002-11-24 15:19:38 +00:00

7 lines
86 B
Bash

#!/bin/sh
PREFIX="%%PREFIX%%"
PROGRAM="${0}"
exec ${PREFIX}/${PROGRAM##*/} "${@}" &