Skip to content

Instantly share code, notes, and snippets.

@scripting
Created January 8, 2015 17:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scripting/f807694bf08f85599717 to your computer and use it in GitHub Desktop.
Save scripting/f807694bf08f85599717 to your computer and use it in GitHub Desktop.
A script I have running as an endpoint on my PagePark server.
var s = "";
for (var i = 1; i < 1000; i++) {
s += i + "\r\n";
}
s;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment