TinyPic Command Line Uploader in AWK
Posted by odie5533 on May 5, 2010
0 comments
This AWK script uploads an image to TinyPic.com and returns the direct url to the uploaded image. Example script usage: $ awk -f tinypic.awk The_Grass_Snake_-_Natrix_natrix.jpg http://i39.tinypic.com/dlnb6r.jpg Let me start by saying I have no idea why I wrote this in AWK. I’ve only used AWK once before for a very short one-liner. I find AWK [...]