nicferrier / marmalade

Nic's clone of nex3's original marmalade. Nic is maintaining this now and updating this repo.
http://marmalade-repo.org
GNU General Public License v3.0
32 stars 8 forks source link

starting marmalade - forever is broken #51

Closed nicferrier closed 11 years ago

nicferrier commented 11 years ago

I use this instead right now:

while [ 1 ]
do 
   node node_modules/marmalade/marmalade
done

hopefully we won't need this stuff much longer.