MKEXEC ( 1 ) USER COMMANDSMKEXEC ( 1 )


NAME

mkexec - create an executable from a shell script

SYNOPSIS

mkexec [ options ] script

DESCRIPTION

mkexec creates a .exe file from a ksh(1} shell script script. By default, the executable file will be named a.out.

OPTIONS

-b, --background
Script will run in the background without waiting for completion.
-d, --detached
Executable will be created as a detached process.
-n, --nowindow
Executable will start with no window.
-i, --icon=icon
Use the icon in the file icon for this application.
-o, --out=outfile
The name of the executable file.

EXIT STATUS

0
Success.
>0
An error occurred.

SEE ALSO

ksh(1)

IMPLEMENTATION

version
mkexec (AT&T Labs Research) 2003-04-15
author
David Korn <dgk@research.att.com>
copyright
Copyright © 1997-2010 AT&T Intellectual Property
license
http://www.opensource.org/licenses/cpl1.0.txt