mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7 lines
67 B
Bash
7 lines
67 B
Bash
|
#!/bin/sh
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
|
||
|
cd @PREFIX@/lib/mozilla
|
||
|
exec ./mozilla $*
|