C, 31 bytes --- main(){system("cat "__FILE__);} [The bash solution][1] is so short, so why not base a C solution on it? [1]: http://codegolf.stackexchange.com/a/62143/3544