Skip to content

Commit

Permalink
Use new term module instead of old cutil, set cpath and use a shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
devurandom committed Dec 15, 2012
1 parent 329378d commit 9f9ae89
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/test.lua
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
package.cpath = package.cpath .. ";./?/?.so"
#!/usr/bin/lua

package.cpath = package.cpath .. ";lua-?/?.so"

local pam = require "pam"
local pam_util = require "pam_util"
local cutil = require "cutil"
local term = require "term"

local function conversation(t)
local resp = {}
Expand Down

0 comments on commit 9f9ae89

Please sign in to comment.