Skip to content

Instantly share code, notes, and snippets.

@tinybike
Created September 1, 2014 21:15
Show Gist options
  • Save tinybike/b47be883050640077f67 to your computer and use it in GitHub Desktop.
Save tinybike/b47be883050640077f67 to your computer and use it in GitHub Desktop.
because it's there
#!/usr/bin/perl
foreach(<>){
chomp;
}
exit;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment