mirror of
https://github.com/kenzok8/small-package.git
synced 2026-01-15 03:40:39 +08:00
7 lines
253 B
Lua
7 lines
253 B
Lua
|
|
#!/usr/bin/env lua
|
||
|
|
|
||
|
|
-- Copyright (C) 2020 jerrykuku <jerrykuku@gmail.com>
|
||
|
|
-- Licensed to the public under the GNU General Public License v3.
|
||
|
|
package.path = package.path .. ';/usr/share/ttnode/?.lua'
|
||
|
|
local ttnode = require('ttnode')
|
||
|
|
ttnode.startProcess()
|