Skip to content

Instantly share code, notes, and snippets.

@nicopace
Created September 15, 2017 10:56
Show Gist options
  • Save nicopace/7bcbf610e0fe1106f6ff7350650dfd99 to your computer and use it in GitHub Desktop.
Save nicopace/7bcbf610e0fe1106f6ff7350650dfd99 to your computer and use it in GitHub Desktop.
Enhanced lua interpeter in OpenWRT: ilua
!#/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