Skip to content

Instantly share code, notes, and snippets.

@rcloran
Last active August 29, 2015 14:00
Show Gist options
  • Save rcloran/a9226e4413f9ea89e97f to your computer and use it in GitHub Desktop.
Save rcloran/a9226e4413f9ea89e97f to your computer and use it in GitHub Desktop.
japh2
#!/usr/bin/env python
print open(__file__).read(),
#!/usr/bin/perl
open F,"$0";
while(<F>) {
print "$_";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment