File: test.lua

package info (click to toggle)
lua-sec 0.4.1%2Bgit063e8a8-2~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 580 kB
  • sloc: ansic: 2,833; makefile: 104; sh: 46
file content (2 lines) | stat: -rw-r--r-- 106 bytes parent folder | download | duplicates (2)
1
2
rc=os.execute("sh test.sh")
if type(rc) == "boolean" then if rc then rc=0 else rc=1 end; end; os.exit(rc)