local file_to_remove = arg[1] if not file_to_remove then return "rm: missing operand" end return bettola.rm(context, file_to_remove)