forked from izaya/OC-PsychOS2
6 lines
171 B
Lua
6 lines
171 B
Lua
|
function actions.package()
|
||
|
os.execute("cp -r cfg target")
|
||
|
os.execute("cd target; find $".."(ls) -depth | tsar -o > ../psychos.tsar")
|
||
|
end
|
||
|
|
||
|
actions[#actions+1] = "package"
|