File: test.lua

package info (click to toggle)
lua-sec 1.3.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 740 kB
  • sloc: ansic: 3,807; makefile: 108; sh: 63
file content (2 lines) | stat: -rw-r--r-- 120 bytes parent folder | download | duplicates (4)
1
2
rc=os.execute("sh test.sh " .. arg[1])
if rc == true then os.exit(0) elseif rc== 0 then os.exit(0) else os.exit(1); end