Warning: this is an htmlized version!
The original is here, and the conversion rules are here. |
#!/usr/bin/env lua5.1 -- debtemplate.lua: -- This file: -- http://angg.twu.net/LUA/debtemplate.lua.html -- http://angg.twu.net/LUA/debtemplate.lua -- (find-angg "LUA/debtemplate.lua") -- Author: Eduardo Ochs <eduardoochs@gmail.com> -- Version: 2011oct15 -- License: GPL3 -- -- (find-angg "LUA/lua50init.lua" "ee_template") -- (find-blogme4 "options.lua") print "hello" eval = function (str) return assert(loadstring(str))() end if arg[1] == "-e" then eval(arg[2]) print "ok" end --[[ * (eepitch-shell) * (eepitch-kill) * (eepitch-shell) debtemplate.lua -e 'print "22"' --]] -- Local Variables: -- coding: raw-text-unix -- ee-anchor-format: "«%s»" -- End: