File: lua.lua

package info (click to toggle)
lua-busted 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 820 kB
  • sloc: sh: 198; makefile: 2
file content (4 lines) | stat: -rwxr-xr-x 106 bytes parent folder | download | duplicates (5)
1
2
3
4
#!/usr/bin/env lua
local exit = require 'busted.compatibility'.exit
print(table.concat(arg, ' '))
exit(0)