Skip to content

Instantly share code, notes, and snippets.

@neocturne
Created September 1, 2015 14:23
Show Gist options
  • Save neocturne/d6aa76cbe631bb03fc69 to your computer and use it in GitHub Desktop.
Save neocturne/d6aa76cbe631bb03fc69 to your computer and use it in GitHub Desktop.
local foo = require 'luci.util'
local bar = require 'luci.util'
require 'luci.util'
print(foo)
print(bar)
print(luci.util)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment