Install makeself:
apt-get install makeself
or
brew install makeself
Install makeself:
apt-get install makeself
or
brew install makeself
| #!/bin/bash | |
| # This is a unix wrapper around the erlang vm. It provides the following functionality: | |
| # | |
| # * Spawns in foreground | |
| # * Handle SIGHUP and call RELOADFUNC | |
| # * Handle SIGTERM SIGQUIT and SIGINT telling to the vm to quit | |
| # * Dies if the vm dies (for example kernel killing because out of memory) | |
| # | |
| # Forks and improvements are welcome. |