Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

View file

@ -0,0 +1,9 @@
on idle -- A stay-open applet's 'idle' handler is called periodically while the applet remains open.
-- Some code, including:
if (someCondition) then
quit -- Quit the applet when the script stops executing.
error number -128 -- Stop executing the script. (Not necessary on recent systems.)
end if
return 10 -- Number of seconds to the next call of this handler if the applet's still open.
end idle