6 lines
135 B
Bash
6 lines
135 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
apk --no-cache add lua5.3-moonscript
|
||
|
moonc-5.3 `find -type f | grep 'moon$'`
|
||
|
luarocks-5.3 make --local ./ketracel*.rockspec
|