UNPKG

68 Bapplication/x-shView Raw
1#!/bin/sh
2
3set -e
4
5lua -v
6
7echo lua
8cd out/lua
9luac *.lua
10cd ../..
11