mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
6 lines
90 B
Bash
Executable File
6 lines
90 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
cd %%PREFIX%%/share/Bugdom2/
|
|
exec %%PREFIX%%/share/Bugdom2/Bugdom2 "$@"
|