Created
September 15, 2017 10:56
-
-
Save nicopace/7bcbf610e0fe1106f6ff7350650dfd99 to your computer and use it in GitHub Desktop.
Enhanced lua interpeter in OpenWRT: ilua
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!#/bin/sh | |
opkg update && opkg install libreadline | |
wget -O /tmp/ilua.lua https://raw.githubusercontent.com/ilua/ilua/master/ilua.lua | |
lua /tmp/ilua.lua |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment