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 "`";
@ericflo
Copy link

ericflo commented Apr 7, 2011

haha!

@d2kagw
Copy link

d2kagw commented Apr 7, 2011

HA

@jarinudom
Copy link

Man so glad someone finally made this....

@benatkin
Copy link

benatkin commented Apr 7, 2011

I am disappointed.

@ianand
Copy link

ianand commented Apr 7, 2011

would've been perfect for april fools

@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