@${ENV} @GUILE@ yacswa/yacswa.scm &> server.log &PID=$$!;echo$${PID} > .backend.lock &&echo"Server spawned with PID $${PID}"&&echo"Allow for a couple minutes as data is fetched and initialized."
@${ENV} @GUILE@ yacswa/yacswa.scm > server.log 2>&1&PID=$$!;echo$${PID} > .backend.lock &&echo"Server spawned with PID $${PID}"&&echo"Allow for a couple minutes as data is fetched and initialized."