File: lua.lua

package info (click to toggle)
lua-busted 2.0~rc12-1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 656 kB
  • ctags: 310
  • sloc: sh: 191; makefile: 6
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)