Warning: session_start(): open(/var/lib/php/sessions/sess_afb95orslr88g2nuksc1c4noe5, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
!7
sS snippetID = #1012053;
p {
long time;
print(time = now());
S _args = str(time);
S line;
if (_args.length() != 0)
line = format3("please start program * with arguments *", snippetID, _args);
else
line = format3("please start program *", snippetID);
S answer = null;
DialogIO io = talkToOpt(preSpunVMPort());
try {
if (io != null)
answer = io.ask(line);
} finally {
if (io != null)
io.close();
}
if (answer == null)
S answer = sendToLocalBotOpt("A pre-spun VM.", line);
if (match3("ok", answer))
print("OK, used pre-spun VM.");
else
print("> " + answer);
}