Skip to content

Instantly share code, notes, and snippets.

@dalmaer
Created April 6, 2011 23:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dalmaer/906766 to your computer and use it in GitHub Desktop.
Save dalmaer/906766 to your computer and use it in GitHub Desktop.
Someone wanted a script that converts javascript to coffeescript. easy! ;)
#!/usr/bin/env perl
print "`";
while (<>) {
print;
}
print "`";
@ntulip
Copy link

ntulip commented Apr 11, 2011

damn it - i knew it was too good to be true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment