-
- mkexec - create an executable from a shell script
-
- mkexec [ options ] script
-
- mkexec creates a .exe file from a ksh(1} shell script script. By default, the
executable file will be named a.out.
-
- -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.
-
- 0
- Success.
- >0
- An error occurred.
-
- ksh(1)
-
- 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