sokoban.love/0194-unstash_filename

3 lines
75 B
Plaintext

unstash_filename = function(filename)
return filename:gsub('%..*', '')
end