arghhh
This commit is contained in:
parent
5dfc7fdcdf
commit
1dabeec797
61 changed files with 975 additions and 351 deletions
|
|
@ -1,3 +1,4 @@
|
|||
-- {{{ Helper functions
|
||||
function file_exists(name)
|
||||
local f = io.open(name, "r")
|
||||
if f~=nil then io.close(f) return true else return false end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue