mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
9 lines
116 B
Plaintext
9 lines
116 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# Wrapper for Corel WordPerfect.
|
||
|
#
|
||
|
# dugsong@OpenBSD.org
|
||
|
|
||
|
exec REPLACE_ME_WITH_DESTINATION/wpbin/xwp $*
|
||
|
|