mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-08-01 23:19:33 +08:00
5 lines
102 B
Lua
5 lines
102 B
Lua
#!/usr/bin/lua
|
|
local rtorrent = require "rtorrent"
|
|
io.write(rtorrent.rpc(io.read("*all")))
|
|
io.flush()
|