diff options
author | Steven Barth <steven@midlink.org> | 2008-07-28 15:16:44 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-07-28 15:16:44 +0000 |
commit | 1f3700085c59ea3b3ed162277948771d41a57ccc (patch) | |
tree | fe0b3d340a9d9f5e9e7bb0428770aa2fea685571 /libs/lpk/root/usr/bin | |
parent | db4447af91e06cbe875fc656a65756751a1549e5 (diff) |
libs/lpk: Initial CLI
Diffstat (limited to 'libs/lpk/root/usr/bin')
-rwxr-xr-x | libs/lpk/root/usr/bin/lpk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/lpk/root/usr/bin/lpk b/libs/lpk/root/usr/bin/lpk new file mode 100755 index 0000000000..6e6dcded3e --- /dev/null +++ b/libs/lpk/root/usr/bin/lpk @@ -0,0 +1,2 @@ +#!/usr/bin/lua +require("luci.lpk")
\ No newline at end of file |