a146b8dbd6
Add the -noinput flag to prevent erlang's command prompt from showing up.
5 lines
75 B
Bash
5 lines
75 B
Bash
#!/bin/sh
|
|
|
|
!!PREFIX!!/bin/erl -noinput -run wings_start start_halt
|
|
|
|
exit 0
|