live-beatbox/run.sc

6 lines
70 B
Python

(
Server.local.doWhenBooted {
BeatBox(Document.current.dir);
};
)