mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
c324db5e48
which seem to have been popular in Russia some years ago. Closes PR #2434. Submitted by: Dmitry Kohmanyuk <dk@farm.org>
5 lines
127 B
Bash
5 lines
127 B
Bash
#!/bin/sh
|
|
|
|
cd /usr/local/share/fmsx || { echo "cannot cd to /usr/local/share/fmsx" ; exit 1; }
|
|
exec /usr/local/bin/fmsx.bin $@
|