1 2 3 4 5
descr = "exec test.sh" function verify(user, password) return execve("./docs/test.sh", {user, password}) == 0 end