Skip to content

Instantly share code, notes, and snippets.

@j3tm0t0
Created April 18, 2012 10:15
Show Gist options
  • Save j3tm0t0/2412640 to your computer and use it in GitHub Desktop.
Save j3tm0t0/2412640 to your computer and use it in GitHub Desktop.
#!/usr/bin/env perl
$|=1;
for(;;)
{
print ".";
sleep 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment